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


CONVTOD—List form

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

Use the list form of the CONVTOD macro together with the execute form of the macro for programs that require reentrant code. The list form of the macro defines an area of storage, which the execute form of the macro uses to store the parameters.

Syntax

The list form of the CONVTOD macro is written as follows:

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede CONVTOD.
   
CONVTOD  
   
One or more blanks must follow CONVTOD.
   
MF=L  
   

Parameters

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

MF=L
Specifies the list form of the CONVTOD macro. Do not specify any other keywords with MF=L. Precede the macro invocation with a name in column 1 to label the generated parameter list so you can refer to it.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014