Notification user exit (MVS SVC Dump registration)
The following describes the dump registration Notification user exit.
Purpose
This exit can be used to provide installation-specific notification about the recording of an SVC dump fault entry in a history file.
The name of the history file in which the fault was recorded is provided in the ENV.IDIHIST data area field, and the fault ID assigned to the recorded fault is available in the ENV.FAULT_ID data area field.
Fault Analyzer issues message IDI0003I to indicate the assigned fault ID and history file.
When invoked
This exit is invoked after Fault Analyzer has finished the registration of an MVS™ SVC dump fault entry in the history file.
Parameters
See Parameters.
Example
Note that, unlike the normal Notification user exit, no user ID is available in the ENV data area.
If the above sample exit existed as member ABC in data set X.Y.Z, then providing the following options in either the IDICNF00 configuration member or an IDIOPTS user options file that is allocated to the IDIS subsystem would cause it to be invoked:
DataSets(IDIEXEC(X.Y.Z))
DumpRegistrationExits(NOTIFY(REXX(ABC)))
The DumpRegistrationExits option must be specified in the IDICNFxx parmlib member or in an IDIOPTS DD statement in the IDIS subsystem JCL. The DumpRegistrationExits option is ignored if specified in an IDIOPTS DD statement anywhere else, such as in a CICS® region or batch job.