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


CSVAPF - Execute form

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

Use the execute form of the CSVAPF 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 CSVAPF macro is written as follows:

Syntax Description
   
   name name: symbol. Begin name in column 1.
   
One or more blanks must precede CSVAPF.
   
CSVAPF  
   
One or more blanks must follow CSVAPF.
   
  Valid parameters (Required parameters are underlined):
REQUEST=QUERY DSNAME, VOLTYPE, VOLUME, RETCODE, RSNCODE
REQUEST=ADD DSNAME, VOLTYPE, VOLUME, RETCODE, RSNCODE
REQUEST=DELETE DSNAME, VOLTYPE, VOLUME, RETCODE, RSNCODE
REQUEST=DYNFORMAT RETCODE, RSNCODE
REQUEST=LIST ANSAREA, ANSLEN, RETCODE, RSNCODE
   
   ,DSNAME=dsname dsname: RS-type address or register (2) - (12).
   
   ,VOLTYPE=SMS Default: VOLTYPE=SMS
   ,VOLTYPE=ANY, VOLUME is required with VOLTYPE=ANY.
    VOLUME=volume volume: RS-type or register (2) - (12).
   
   ,FORMAT=format format: RS-type address, or register (2) - (12).
   
   ,ANSAREA=ansarea ansarea: A-type address, or register (2) - (12).
   
   ,ANSLEN=anslen anslen: A-type address, or register (2) - (12).
   
   ,RETCODE=retcode retcode: RS-type address or register (2) - (12).
   
   ,RSNCODE=rsncode rsncode: RS-type address or register (2) - (12).
   
,MF=(E,list addr) list addr:RS-type address, or register (2) - (12).
,MF=(E,list addr,COMPLETE) Default: COMPLETE
   

Parameters

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

,MF=(E,list addr)
,MF=(E,list addr,COMPLETE)
Specifies the execute form of the CSVAPF 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.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014