Statements/parameters for EXITxx

EXIT
Specifies installation exit information for a single exit point and exit routine name. You must specify an EXIT statement for each installation exit that you want to get control.
EXITNAME
This required parameter specifies the name of an installation exit point. Valid values are:
  • IEF_VOLUME_ENQ for the volume ENQ installation exit
  • IEF_VOLUME_MNT for the volume mount installation exit
  • IEF_SPEC_WAIT for the specific waits installation exit
  • IEF_ALLC_OFFLN for the allocated/offline device installation exit.

See z/OS MVS Installation Exits for information about the individual exits.

MODNAME
This required parameter specifies the exit's load module name. The exit routine name can be any 1-8 character string of alphanumeric or special (#, @, or $) characters. The first character of the routine name cannot be a number.