Installing the MVS change options/suppress dump exit IDIXDCAP

The installation of the Fault Analyzer dump capture exit, IDIXDCAP, depends on the level of z/OS®:

For z/OS® 2.2 and later levels of z/OS®
IDIXDCAP is installed as a IEAVTABX_EXIT dynamic exit routine by including the following in a PARMLIB PROGxx member, which is automatically selected at IPL time:
EXIT ADD EXITNAME(IEAVTABX_EXIT) MODNAME(IDIXDCAP)
To activate the IDIXDCAP exit before the next IPL, issue the following operator command, where xx matches the suffix used on the PARMLIB PROGxx member:
SET PROG=xx
For levels of z/OS® prior to z/OS® 2.2
Fault Analyzer requires a dump capture exit, IDIXDCAP, to be installed in the IEAVTABX installation exit list. This exit is installed by the IDITABX USERMOD.

To install this USERMOD, edit and submit the sample job IDITABX. This job includes IDIXDCAP in the IEAVTABX installation exit list. If you have other exits defined in this list, add the IDIXDCAP exit last.

For more information about adding exits to IEAVTABX, see MVS Installation Exits.

To activate this change, do one of the following:
  • Issue the command:
    SETPROG LPA,ADD,MOD=(IEAVTABX),DSN=SYS1.LPALIB
    Note: Refer to the output from the SMP/E APPLY for information about the data set containing the updated IEAVTABX load module, in case it is not the usual SYS1.LPALIB.
  • Re-IPL with CLPA.