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


Defining exits

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

The kernel defines the four process start and end exits at kernel initialization time by means of the CSVDYNEX service.

Rule: When you are adding exit routines to an exit, certain exit attributes are required.

For BPX_PREPROC_INIT, BPX_POSPROC_INIT, and BPX_IMAGE_INT:
  • AMODE=31
  • REENTRANT=REQ
  • PERSIST=IPL
  • ABENDNUM=10000
  • ABENDSCONSEC=YES
  • FASTPATH=YES,KEY=0
For BPX_PREPROC_TERM:
  • AMODE=31
  • REENTRANT=REQ
  • PERSIST=IPL
  • ABENDNUM=10000
  • ABENDSCONSEC=YES
  • FASTPATH=NO,KEY=0

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014