z/OS Security Server RACF System Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Adding an entry to the RACF router table

z/OS Security Server RACF System Programmer's Guide
SA23-2287-00

The ICHRFRTB macro generates entries for the RACF® router table. The module resides in SYS1.LINKLIB (or any other APF-authorized linklist library) as ICHRFR01. It can be linked with RMODE(24) or RMODE(ANY).

To add an entry:

  1. Produce assembler source statements to invoke ICHRFRTB for each entry.
  2. Ensure that the last entry of ICHRFR01 has TYPE=END.
  3. Assemble your source.
  4. Use the linkage editor to link-edit the resulting object module into the ICHRFR01 load module. Place frequently used entries at the top.

    If you install the router table with an SMP/E SYSMOD, consider assigning it a user-defined FMID, not the RACF FMID, to prevent SMP/E from deleting it during future RACF product installations.

  5. Re-IPL the system for the change to take effect.

For information on creating ICHRFR01, see member RACTABLE in SYS1.SAMPLIB.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014