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


Controlling the exit routine through the dynamic exits facility

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

IBM® has defined the IRREVX01 exit point to the dynamic exits facility. Therefore, you can update the exit without re-IPLing. You can associate your installation exit routine with the IRREVX01 exit point by way of any of the following:
  • The PROGxx member of SYS1.PARMLIB
  • The SETPROG EXIT operator command
  • An authorized program issuing the CSVDYNEX macro
For example, to add load module IRREVX1A to the IRREVX01 exit point, add the following to the PROGxx member:
EXIT  ADD
      EXITNAME(IRREVX01)
      MODNAME(IRREVX1A)
      STATE(ACTIVE)
Alternatively, from the console issue the command:
SETPROG EXIT,ADD,EXITNAME=IRREVX01,MODNAME=IRREVX1A

For more information about the dynamic exits facility, see z/OS MVS Installation Exits. For information about the PROGxx member of SYS1.PARMLIB, see z/OS MVS Initialization and Tuning Reference. For information about the SETPROG EXIT command, see z/OS MVS System Commands. For information about the CSVDYNEX macro, see z/OS MVS Programming: Authorized Assembler Services Guide.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014