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


TCBTOKEN - List form

z/OS MVS Programming: Authorized Assembler Services Reference SET-WTO
SA23-1375-00

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

Syntax

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

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede TCBTOKEN.
   
TCBTOKEN  
   
One or more blanks must follow TCBTOKEN.
   
   ,RELATED=value value: Any valid macro parameter specification.
   
,MF=L  
   

Parameters

The parameters are explained below:

,RELATED=value
Specifies information used to self-document macros by “relating” functions or services to corresponding functions or services. The format and contents of the information specified are at the discretion of the user and may be any valid coding values.
,MF=L
Specifies the list form of the TCBTOKEN macro.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014