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


ASCRE - Execute form

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

The execute form of the ASCRE macro can refer to and modify a remote parameter list built by the list form of the macro.

Syntax

The execute form of the macro is written as follows:

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede ASCRE.
   
ASCRE  
   
One or more blanks must follow ASCRE.
   
ASNAME=as name as name: One to eight characters, enclosed in apostrophes.
STPARM=start parm addr start parm addr: RX-type address or register (2) - (12).
   
,INIT=init rtn name init rtn name: One to eight characters, enclosed in apostrophes.
,INIT=init rtn name addr init rtn name addr: RX-type address or register (2) - (12).
   
,ODA=output data addr output data addr: RX-type address or register (2) - (12).
   
   ,TRMEXIT=term rtn addr term rtn addr: RX-type address or register (2) - (12).
   
   ,UTOKEN=user token addr user token addr: RX-type address or register (2) - (12).
  Note: Specify UTOKEN only if you specify TRMEXIT.
   
   ,ASPARM=parm area addr parm area addr: RX-type address or register (2) - (12).
   
   ,ATTR=attribute list attribute list: List of attributes, separated by commas.
   
   ,AXLIST=ax list addr ax list addr: RX-type address or register (2) - (12).
   
   ,TKLIST=token list addr token list addr: RX-type address or register (2) - (12).
  Note: When you specify TKLIST, specify LXLIST also.
   
   ,LXLIST=lx list addr lx list addr: RX-type address or register (2) - (12).
  Note: Specify LXLIST only if you specify TKLIST.
   
   ,RELATED=value value: Any valid macro parameter specification.
   
,MF=(E,cntl addr) cntl addr: RX-type address or register (2) - (12)
   

Parameters

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

,MF=(E,cntl addr)
Specifies the execute form of the ASCRE macro. cntl addr is the address of the remote parameter list that the list form of the macro provided.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014