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


TCBTOKEN - Execute form

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

Use the execute form of the TCBTOKEN 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 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.
   
TYPE=TOTTOKEN
Note: See the table following this diagram for information on parameter usage with TYPE.
TYPE=TOTCB  
TYPE=CURRENT  
TYPE=PARENT  
TYPE=JOBSTEP  
   
,TCB=tcb addr tcb addr: RX-type address or register (2) - (12).
   
,TTOKEN=ttoken addr ttoken addr: RX-type address.
   
   ,ASCB=ascb addr ascb addr: RX-type address or register (2) - (12).
   ,STOKEN=stoken addr stoken addr: RX-type address.
  Default: Home address space.
   
   ,RELATED=value value: Any valid macro parameter specification.
   
,MF=(E,cntl addr) cntl addr: RX-type address or register (1) - (12).
   

Parameters

The parameters are the same as those for the standard form of the TCBTOKEN macro with the following addition:

,MF=(E,cntl addr)
Specifies the execute form of the TCBTOKEN macro. This form uses a remote parameter list. The cntl addr specifies the address of the remote parameter list that the list form of the macro generates.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014