z/OS Security Server RACROUTE Macro Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


RACROUTE REQUEST=STAT (execute form)

z/OS Security Server RACROUTE Macro Reference
SA23-2294-00

The execute form of the RACROUTE REQUEST=STAT macro is written as follows. Refer to the standard form of the RACROUTE REQUEST=STAT macro to determine additional parameters that are required by the time the RACROUTE service is invoked using the execute form of the macro.

   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede RACROUTE.
   
RACROUTE  
   
One or more blanks must follow RACROUTE.
   
REQUEST=STAT  
   
,RELEASE=number number: See standard form
,RELEASE=(number,CHECK)  
   
    ,CLASS=class name addr class name addr: RX-type address or register (2) – (12)
   
    ,COPY=copy addr copy addr: A-type address or register (2) – (12)
    ,COPYLEN=copy length copy length: length or register (2) – (12)
   
    ,ENTRY=entry addr entry addr: RX-type address or register (2) – (12)
   
    ,NEXT=next class addr next class addr: RX-type address or register (2) – (12)
   
,MF=(E,ctrl addr) ctrl addr: RX-type address or register (1) – (12)
The parameters are explained under the standard form of the RACROUTE REQUEST=STAT macro with the following exceptions:
,RELEASE=number
,RELEASE=(number,CHECK)
specifies the RACF® release level of the parameter list to be generated by this macro.

To use the parameters associated with a release, you must specify the number of that release or a later release number. If you specify a parameter with an incompatible release level, the parameter is not accepted by the macro processing. An error message is issued at assembly time.

When you specify the RELEASE keyword, checking is done at assembly time. Compatibility between the list and execute forms of the RACROUTE REQUEST=STAT macro are validated at execution time if you specify the CHECK subparameter on the execute form of the macro.

The size of the list form expansion must be large enough to accommodate all parameters defined by the RELEASE keyword on the execute form of the macro. Otherwise, when CHECK processing is requested, the execute form of the macro is not done, and a return code of X'64' is returned.

,MF=(E,ctrl addr)
specifies the execute form of the RACROUTE REQUEST=STAT macro, using a remote, control-program parameter list.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014