IOSADMF - Execute form

Use the execute form of the IOSADMF 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 IOSADMF macro is written as follows:

Syntax Description
   
   name name: symbol. Begin name in column 1.
   
One or more blanks must precede IOSADMF.
   
IOSADMF  
   
One or more blanks must follow IOSADMF.
   
APURGE  
AREAD  
AWRITE  
AQUERY  
   
,ALET=alet-addr alet-addr: RX-type address or register (2) - (12).
   
   ,NUMRANGE=n n: Decimal digit from 1 to 125.
   ,NUMRANGE=num-addr num-addr: RX-type address or register (2) - (12).
  Default: NUMRANGE=1.
   
,RANGLIST=list-addr list-addr: RX-type address or register (2) - (12).
   
   ,FAILBLKP=fail-addr fail-addr: RX-type address or register (2) - (12).
   
   ,CROSSOVER=cross-addr cross-addr: RX-type address or register (2) - (12).
   
   ,RETCODE=ret-addr ret-addr: RX-type address or register (2) - (12).
   
   ,RSNCODE=rsn-addr rsn-addr: RX-type address or register (2) - (12).
   
,MF=(E,list addr) list addr: RX-type address or address in register (2) - (12).
,MF=(E,list addr,COMPLETE) Default: COMPLETE
   

Parameters

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

,MF=(E,list addr)
,MF=(E,list addr,COMPLETE)
Specifies the execute form of the IOSADMF macro.

list addr specifies the area that the system uses to store the parameters.

COMPLETE, which is the default, specifies that the system is to check for required parameters and supply optional parameters that you did not specify.