If you write RACF user exits, you can find the address of the installation data parameter list directly from the RACF user exit parameter list. The name of the relevant field in the user exit parameter list varies according to the RACROUTE REQUEST type and the RACF user exit that is invoked. The relationships between REQUEST type, exit name, and field name are shown in Table 1.
RACROUTE REQUEST type | RACF exit | Exit list mapping macro | Parameter list field name (see Notes 1 and 2.) |
---|---|---|---|
VERIFY | ICHRIX01 | ICHRIXP | RIXINSTL |
ICHRIX02 | ICHRIXP | RIXINSTL | |
AUTH | ICHRCX01 | ICHRCXP | RCXINSTL |
ICHRCX02 | ICHRCXP | RCXINSTL | |
FASTAUTH | ICHRFX01 | ICHRFXP | RFXANSTL |
ICHRFX02 | ICHRFXP | RFXANSTL | |
LIST | ICHRLX01 | ICHRLX1P | RLX1INST |
ICHRLX02 | ICHRLX2P | RLX2PRPA |
For brief descriptions of RACF exits and their functions, see the z/OS Security Server RACF Security Administrator's Guide. For full descriptions of the RACF exit parameter lists, see the z/OS Security Server RACF System Programmer's Guide.