Exclude/Include trace information

By adding an IDITRACE DDname to your job, Fault Analyzer can provide you with trace information that might help you understand why a particular fault is being included or excluded from real-time analysis. For example:
//IDITRACE DD SYSOUT=*

(See IDITRACE under CICS for an alternative method of activating this trace under CICS®.)

The trace information is written to the IDITRACE DDname destination. An example of an Exclude/Include option-processing trace follows:
Figure 1. Sample Exclude/Include option-processing trace
EXCLUDE/INCLUDE option criterion match values from abending job:
  ABEND. . . . . . . : S0CB
  CICSABEND. . . . . : n/a
  CLASS. . . . . . . : A
  EXECPGM. . . . . . : TEST1
  NAME . . . . . . . : ICC20010
  TRANID . . . . . . : n/a
  TYPE . . . . . . . : JOB,LETCB
  USERID . . . . . . : FRED
Parmlib config member EXCLUDE(TYPE(TSU)) option did not match; Exclude/include status is: INCLUDE
Parmlib config member INCLUDE(USERID(FRED)) option matched; Exclude/include status is: INCLUDE
Parmlib config member EXCLUDE(TYPE(STC) NAME(VTAM DFHSM)) option did not match; Exclude/include status is: INCLUDE
Parmlib config member EXCLUDE(SYSABEND(*37)) option did not match; Exclude/include status is: INCLUDE

Trace information is not available for CICS® transactions.