z/OS MVS Programming: Assembler Services Reference ABE-HSP
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ESTAE and ESTAEX—Execute form

z/OS MVS Programming: Assembler Services Reference ABE-HSP
SA23-1369-00

A remote control parameter area is used in, and can be modified by, the execute form of the ESTAE and ESTAEX macros. The control parameter area can be generated by the list form of ESTAE or ESTAEX. A user who wants to dynamically change the contents of the remote control parameter area can code a new recovery routine address (exit addr) or a new parameter area address (PARAM). If exit addr or PARAM is coded, only the associated field in the remote control parameter area will be changed. The other fields will remain as they were before the current ESTAE or ESTAEX request was made.

Syntax

The execute form of the ESTAE and the ESTAEX macro is written as follows:

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede ESTAE or ESTAEX.
   

ESTAE
ESTAEX

 
   
One or more blanks must follow ESTAE or ESTAEX.
   
   exit addr exit addr: RX-type address, or register (2) - (12).
   0  
   
   ,CT  
   ,CV  
   
   ,PARAM=list addr list addr: RX-type address, or register (2) - (12).
   

   ,XCTL=NO
   ,XCTL=YES

 
   

   ,PURGE=NONE
   ,PURGE=QUIESCE
   ,PURGE=HALT

 
   

   ,ASYNCH=YES
   ,ASYNCH=NO

 
   

   ,TERM=NO
   ,TERM=YES

 
   
   ,RELATED=value value: Any valid macro keyword specification.
   
   ,SDWALOC31=NO Default: SDWALOC31=NO
   ,SDWALOC31=YES
Note: SDWALOC31 is supported only by ESTAE.
   
,MF=(E,ctrl addr) ctrl addr: RX-type address, or register (1) or (2) - (12).
   

Parameters

The parameters are explained under the standard form of the ESTAE or ESTAEX macro, with the following exception:

,MF=(E,ctrl addr)
Specifies the execute form of the ESTAE and ESTAEX macro using a remote control parameter area.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014