z/OS MVS Programming: Assembler Services Reference ABE-HSP
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


CSVINFO - Execute form

z/OS MVS Programming: Assembler Services Reference ABE-HSP
SA23-1369-00

Use the execute form of the CSVINFO 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.

Syntax

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

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede CSVINFO.
   
CSVINFO  
   
One or more blanks must follow CSVINFO.
   
FUNC=LPA  
FUNC=JPA,TCBADDR=tcbaddr  
FUNC=TASKLOAD,TCBADDR=tcbaddr  
FUNC=TASKALL,TCBADDR=tcbaddr tcbaddr: RS-type address or address in register (2) - (12).
FUNC=RB,RBADDR=rbaddr rbaddr: RS-type address or address in register (2) - (12).
   
,ENV=MVS  
,ENV=IPCS,ABDPLPTR=abdplptr,ASID=asid abdplptr: RS-type address or address in register (2) - (12).
  asid: RS-type address or address in register (2) - (12).
   
,MIPR=mipr mipr: RS-type address or address in register (2) - (12).
   
   ,USERDATA=userdata userdata: RS-type address.
   ,USERDATA=NULL Default: NULL
   
   ,COM=com com: Comment text enclosed in single quotation marks.
   ,COM=NULL Default: NULL
   
   ,RETCODE=retcode retcode: RS-type address or address in register (2) - (12).
   
   ,RSNCODE=rsncode rsncode: RS-type address or address in register (2) - (12).
   
,MF=(E,list addr) list addr: RS-type address.
,MF=(E,list addr,COMPLETE) Default: COMPLETE
,MF=(E,list addr,NOCHECK)  
   

Parameters

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

,MF=(E,list addr)
,MF=(E,list addr,COMPLETE)
,MF=(E,list addr,NOCHECK)
Specifies the execute form of the CSVINFO 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 defaults for omitted optional parameters.

NOCHECK specifies that the system is not to check for required parameters and is not to supply defaults for omitted optional parameters.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014