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


CnzConv -- Execute form

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

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

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede CnzConv.
   
CnzConv  
   
One or more blanks must follow CnzConv.
   
InConsoleName = InConsoleName Addr InConsoleName Addr: RX-type address or register (2) - (12) .
InConsoleId = InConsoleId Addr InConsoleId Addr: RX-type address or register (2) - (12).
[,OutConsoleId = OutConsoleId Addr] OutConsoleId Addr: RX-type address or register (2) - (12).
[,OutConsoleName = OutConsoleName Addr] OutConsoleName Addr: RX-type address or register (2) - (12).
[,ConsoleStatus = ConsoleStatus Addr] ConsoleStatus Addr: RX-type address or register (2) - (12).
[,ConsoleType = ConsoleType Addr] ConsoleType Addr: RX-type address or register (2) - (12).
[,ConsoleSubType = ConsoleSubType Addr] ConsoleSubType Addr: RX-type address or register (2) - (12).
[,Sysname = Sysname Addr] Sysname Addr: RX-type address or register (2) - (12).
[,SMCS_LU = SMCS_LU Addr ] SMCS_LU Addr: RX-type address or register (2) - (12).
[,SubsysOwnerName = SubsysOwnerName Addr] SubsysOwnerName Addr: RX-type address or register (2) - (12).
[,SubsysASID = SubsysASID Addr] SubSysASID Addr: RX-type address or register (2) - (12).
[,RtnCode=RtnCode Addr] RtnCode Addr: RX-type address or register (2)-(12).
[,RsnCode=RsnCode Addr] RsnCode Addr: RX-type address or register (2)-(12).
   
,MF=(E,list addr,COMPLETE) Default: COMPLETE
,MF=(E,list addr,NOCHECK)  
   

Parameters

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

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