You can use a Formatting user exit to transmit fault entries that match certain criteria
to another system for analysis. This process is initiated as required from within the interactive
reanalysis report.
The following figure shows the sample Formatting REXX user exit, IDIXMIT. It is available in softcopy format as
member IDIXMIT in data set IDI.SIDISAM1.
Notes:
❶
'nodeid' specifies the target system to which the fault entry is sent.
❷
'userid' specifies the user ID for which fault entries are received on the target system.
❸
Ensure that the job card adheres to local standards.
❹
Uncommenting this code provides an optional method for identifying the fault entry as having
been sent by providing the date on which this sending occurred, and the system to which it was sent,
in the user title field.
❺
If you would like the user to see a display with information about what the issued command has
performed, then uncomment the code here.
The receiving end of the manually transmitted fault entries might be the exec described in Automated implementation or it might be any user ID and node for which the receive, and
subsequent import, is done manually.
Manual import should be performed using IDIUTIL IMPORT with the PACKAGE option. See IMPORT control statement.
Using the on-demand implementation
While analyzing a fault entry, enter the following primary
command:
EXEC IDIXMIT
The IDIXMIT name can be any other name you have
called your copy of the IDIXMIT sample exec.