Sample definition job
Sample Fault Analyzer
CICS program and transaction definition job shows a sample batch job that can be used to define all of the
above mentioned programs and transaction to CICS®. Replace
data set names shown with xxx prefix with the correct names for your
installation and list-name with the appropriate CICS® startup SIT GRPLIST name. The group name FA has been chosen for this
example, but can be changed if you desire.
The above sample job is provided as member IDISCICS in data set IDI.SIDISAM1.
In order for Fault Analyzer to be invoked under CICS®, it is necessary to add IDI.SIDIAUTH to the DFHRPL concatenation.
CICS® tracing must be active for Fault Analyzer to display CICS® trace information.
The ABCODE keyword must be used on an EXEC CICS® ABEND
statement in order for Fault Analyzer to be
invoked. For example:
EXEC CICS ABEND ABCODE('abcd') END-EXEC
If the NODUMP keyword
is used on an EXEC CICS® ABEND statement, then Fault Analyzer only performs analysis if
invoked via the IDIXCCEE exit.