RESUME - Resume or purge an SRB (List form)

For programs that require reentrant code, use the list form of the RESUME 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 RESUME macro is valid only for resuming an SRB. It is written as follows:

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

Parameters

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

MF=L
Requests the list form of RESUME.