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


SUSPEND (SRB) - List form

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

For programs that require reentrant code, use the list form of the SUSPEND macro together with the execute form of the macro. The list form of the macro defines an area of storage that the execute form of the macro uses to store parameter values.

Syntax

The list form of the SUSPEND macro is valid only for suspending an SRB. It is written as follows:

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

Parameters

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

MF=L
Requests the list form of SUSPEND.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014