EDTINFO - Execute form

Use the execute form of the EDTINFO macro together with the list form 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 EDTINFO macro is written as follows:

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede EDTINFO.
   
EDTINFO  
   
One or more blanks must follow EDTINFO.
   
   RTNEDTLT
Note: If this function is specified, no other functions can be requested.
   
   ,ELTPRI=eltpri eltpri: RS-type address or register (2) - (12).
   
   ,ELTSEC=eltsec eltsec: RS-type address or register (2) - (12).
   
   ,RETCODE=retcode retcode: RX-type address or register (2) - (12).
   
   ,RSNCODE=rsncode rsncode: RX-type address or register (2) - (12).
   
,MF=(E,list addr) list addr: RX-type address or register (2) - (12).
,MF=(E,list addr,COMPLETE) Default: COMPLETE
,MF=(E,list addr,NOCHECK)  
   

Parameters

The parameters are explained under the standard form of the EDTINFO macro with the following exceptions:

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

The list addr parameter specifies the address of the storage area for the parameter list.

COMPLETE specifies that the system is to check for required parameters and supply defaults for optional parameters that were not specified. NOCHECK specifies that the system does not check for required parameters and does not supply defaults for optional parameters that were not specified.

Note: When using the NOCHECK option, make sure that it is preceded by an execute or modify form invocation that specifies or defaults to the COMPLETE option. Otherwise, the parameter list might not be completely initialized.