z/OS Security Server RACF Diagnosis Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Parameter list descriptions

z/OS Security Server RACF Diagnosis Guide
GA32-0886-00

This describes parameter lists passed to RACF® when a RACF macro is invoked. Installation exits, which are described in z/OS Security Server RACF System Programmer's Guide, also use parameter lists, which are described in z/OS Security Server RACF Data Areas. See The Inventory Control Block (ICB) for information about the ICB (inventory control block).

The parameter lists used by RACF in processing RACF commands and the RACF report writer are standard TSO/E parameter lists. See z/OS TSO/E Customization for information about these parameter lists.

The parameter lists used by RACF in processing RACF utilities and DSMON are standard MVS™ parameter lists.

Table 1 is a quick reference that identifies the system macro-request types that are replacements for the independent RACF system macros. For more information about both types, see z/OS Security Server RACROUTE Macro Reference.

Table 1. Cross-Reference for RACROUTE REQUEST=type, the Independent RACF System Macros, and the Parameter List Name
RACROUTE REQUEST=type Independent RACF System Macro Parameter List
REQUEST=AUDIT None AUDIT
REQUEST=AUTH RACHECK AUTH
REQUEST=DEFINE RACDEF DEFINE
REQUEST=DIRAUTH None DIRAUTH
REQUEST=EXTRACT RACXTRT EXTRACT
REQUEST=FASTAUTH FRACHECK FASTAUTH
REQUEST=LIST RACLIST LIST
REQUEST=SIGNON None SIGNON
REQUEST=STAT RACSTAT STAT
REQUEST=TOKENBLD None TOKENBLD
REQUEST=TOKENMAP None TOKENMAP
REQUEST=TOKENXTR None TOKENXTR
REQUEST=VERIFY RACINIT VERIFY
REQUEST=VERIFYX None VERIFYX

Checking the parameter list passed to RACF goes into detail to show you how to locate parameters in a dump. To do this, you find the contents of register 1.

If register 1 is zero, then the RACROUTE macro was issued, and module ICHRFR00 issued the RACF macro. In this case, register zero points to a two-word parameter list. The first word of this parameter list points to the RACF SVC parameter list, and the second word of this parameter list points to the SAF parameter list. This is shown in the following:

If register 1 is not zero, then this is the address of the parameter list passed with the macro request.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014