STIMERM—List form

Use the list form of the STIMERM 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, which the execute form of the macro uses to store the parameters.

Syntax

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

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede STIMERM.
   
STIMERM  
   
One or more blanks must follow STIMERM.
   
SET  
TEST  
CANCEL  
   
,MF=L  
   
   ,RELATED=value  
   

Parameters

The parameters are explained as follows:

,MF=L
Specifies the list form of the STIMERM macro. If you do not specify MF=L, the standard form of the macro is expanded. If you do specify MF=L, the only keyword allowed is RELATED.

Example 1

Establish a remote STIMERM SET parameter list.
REMOTE   STIMERM SET,MF=L

Example 2

Establish a remote STIMERM TEST or CANCEL parameter list.
         STIMERM TEST,MF=L

Example 3

Establish the appropriate storage for the execute form of the STIMERM CANCEL macro.
         STIMERM CANCEL,MF=L