z/OS MVS Programming: Authorized Assembler Services Reference ALE-DYN
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


BPXESMF - Execute form

z/OS MVS Programming: Authorized Assembler Services Reference ALE-DYN
SA23-1372-00

Use the execute form of the BPXESMF 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.

The execute form of the BPXESMF macro is written as follows:

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede BPXESMF.
   
BPXESMF  
   
One or more blanks must follow BPXESMF.
   
ACCTDAT=acctdata acctdata: RX-type address or register (2) - (12).
   
,ASCBPTR=ascbptr ascbptr: RX-type address or register (2) - (12).
   
    ,RETCODE=rc rc: RX-type address or register (2) - (12).
   
,MF=(E,list addr) list addr: RX-type address or address in register (2) - (12).
   

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

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

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014