z/OS MVS Programming: Authorized Assembler Services Reference ALE-DYN
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


CSVDYNEX - Execute form

z/OS MVS Programming: Authorized Assembler Services Reference ALE-DYN
SA23-1372-00

Use the execute form of the CSVDYNEX macro together with the list form of the macro for applications that require reentrant code. The execute form of the macro stores the parameters into the storage area defined by the list form.

The execute form of the CSVDYNEX macro is written as follows:

Syntax Description
   
   name name: symbol. Begin name in column 1.
   
One or more blanks must precede CSVDYNEX.
   
CSVDYNEX  
   
One or more blanks must follow CSVDYNEX.
   
  The parameters on the execute form are identical to those on the standard form with the exception of the MF, COMPLETE, and NOCHECK parameters listed below.
      
  The following list tells you where to look for the syntax diagrams of the standard form of CSVDYNEX.
      
      REQUEST=DEFINE — in Define an exit
      REQUEST=ADD — in Add an exit routine to an exit
      REQUEST=MODIFY — in Change the state of an exit routine
      REQUEST=DELETE — in Delete an exit routine from an exit
      REQUEST=UNDEFINE — in Remove the definition of an exit
      REQUEST=ATTRIB — in Change the attributes of an exit
      REQUEST=LIST — in List information about one or more exits
      REQUEST=CALL — in Call one or more exit routines at an exit
      REQUEST=RECOVER — in Provide recovery for an exit routine that abnormally ended
      REQUEST=QUERY — in Determine whether an exit routine exists for an exit
      
   The REQUEST parameter is required, even when you specify the NOCHECK parameter.
   
,MF=(E,list-addr,COMPLETE) list-addr: RX-type address or register (2) - (12).
,MF=(E,list-addr,NOCHECK) Default: COMPLETE.
   

Parameters

The parameters are explained under the standard form of the CSVDYNEX macro with the following exceptions:

,MF=(E,list addr)
,MF=(E,list addr,COMPLETE)
Specifies the execute form of the CSVDYNEX macro.

list addr specifies the area that the system uses to store the parameters.

COMPLETE, which is the default, specifies that the system is to check for required parameters and supply optional parameters that you did not specify.

NOCHECK specifies that the system does not check for required parameters and does not supply the optional parameters that you did not specify.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014