z/OS UNIX System Services Planning
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Adding exit routines to exits

z/OS UNIX System Services Planning
GA32-0884-00

You can use any of the following methods to add exit routines to exits:
  • PROGxx member of SYS1.PARMLIB
  • SETPROG console command
  • REQUEST=ADD via the CSVDYNEX service
Example: To add the DUBEXIT exit routine to the BPX_PREPROC_INIT exit via a PROGxx member:
EXIT ADD
     EXITNAME(BPX_PREPROC_INIT)
     MODNAME(DUBEXIT)
Example: To remove the DUBEXIT exit routine from the BPX_PREPROC_INIT exit:
SETPROG EXIT,DELETE,EXITNAME=BPX_PREPROC_INIT,MODNAME=DUBEXIT,FORCE=YES

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014