LLACOPY - Execute form

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

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede LLACOPY.
   
LLACOPY  
   
One or more blanks must follow LLACOPY.
   
DCB=dcb addr dcb addr: RX-type address or register (2) - (12).
   
,BLDLLIST=list addr list addr: RX-type address or register (2) - (12).
   
   ,RETCODE=ret code ret code: RX-type address or register (2) - (12).
   
   ,RSNCODE=rsn code rsn code: RX-type address or register (2) - (12).
   
,MF=(E,list addr) list addr: RX-type address or register (2) - (12).
   

Parameters

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

,MF=(E,list addr)
Specifies the execute form of LLACOPY.

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