ESTAE or ESTAEX - Execute form

A remote control parameter list is used in, and can be modified by, the execute form of the ESTAE or ESTAEX macro. The control parameter list can be generated by the list form of the ESTAE or ESTAEX macro. Any combination of exit addr, PARAM, XCTL, PURGE, ASYNCH, TERM, RECORD, TOKEN, and SPIEOVERRIDE can be specified to dynamically change the contents of the remote ESTAE or ESTAEX parameter list. If the TOKEN parameter was previously specified and is to be used again without change, TKNPASS=YES must be coded. Any fields not specified on the macro remain as they were before the current ESTAE or ESTAEX request was made.
Note: To ensure that the ESTAE or ESTAEX parameters are correct, the control parameter list specified for the execute form of the ESTAE and ESTAEX macros must be initialized from a list form of the macro.

Syntax

The execute form of the ESTAE or 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  
   ,OV  
   
   ,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  
   
   ,CANCEL=YES Default: CANCEL=YES
   ,CANCEL=NO  
   
   ,TERM=NO  
   ,TERM=YES  
   
   ,BRANCH=NO Note: BRANCH and SVEAREA are not valid on ESTAEX.
   ,BRANCH=YES,SVEAREA=save save addr: RX-type address, or register (2) - (12) or (13).
   addr  
   
   ,KEY=SAVE storage key: Any numeral in the range 0-15.
   ,KEY=storage key Note: KEY is not valid on ESTAEX.
   
   ,RECORD=NO  
   ,RECORD=YES  
   
   ,TOKEN=token addr token addr: RX-type address, or register (2) - (12).
   
   ,TKNPASS=NO Default: TKNPASS=NO
   ,TKNPASS=YES  
   
   ,RELATED=value value: Any valid macro keyword specification.
   
   ,SDWALOC31=NO Default: SDWALOC31=NO
   ,SDWALOC31=YES
Note: SDWALOC31 is supported only by ESTAE.
   
   ,SPIEOVERRIDE=NO Default: SPIEOVERRIDE=NO
   ,SPIEOVERRIDE=YES  
   
,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 exceptions:

,TKNPASS=NO
,TKNPASS=YES
Specifies that a previously-specified token, indicated in the parameter list, should be ignored (NO), or should remain part of the specification (YES).
,MF=(E,ctrl addr)
Specifies the execute form of the ESTAE or ESTAEX macro using a remote control parameter list.