The CICS trace utility program, DFHTU700
The CICS® utility program, DFHTU700, extracts all or selected trace entries from the A or B auxiliary trace data set, and formats and prints the data.
- A PARM parameter on the EXEC PGM=DFHTU700 statement
- The DFHAXPRM data set.
- Entries written to the auxiliary trace data set within a specified period of time.
- Entries written for a specified terminal.
- Entries with a specified trace identifier.
- Entries with specified trace entry sequence numbers. The sequence number is given in each trace entry, and can be determined from a summary trace point.
- Entries associated with a specified transaction identifier.
- Entries associated with a specific instance of a transaction identifier (task)
- Entries associated with a selected kernel task.
- Entries that are for exception trace only.
You can select which trace entries you want to highlight in your formatted output by specifying the time interval between one trace entry and the next being written. If more than the specified interval elapses before the next trace entry is written, this next trace entry is formatted and printed with an asterisk (*) to draw your attention to this entry.
For abbreviated and full trace formatting, the trace summary table at the end of the formatted output provides summary information about the trace entries that relate to each task. The trace summary table is not produced for short-format trace.
1 The sample JCL gives a region size of 2 MB that you might typically need to run the DFHTU700 utility. You can use the sample region size as a basis for your own JCL, but you must ensure that the region size is large enough to run the DFHTU700 utility in your CICS environment.
2 Modify the DSN parameter to specify either the DFHAUXT or DFHBUXT data set, depending on whether the data is on the A or B data set. The DDname must be DFHAUXT for both the A and the B data set.
//DFHAUXT DD DSN=CICSTS53.CICS.DFHAUXT.,DISP=(OLD,KEEP),
// VOL=SER=volid,UNIT=TAPE
4 You can define the number of lines to be printed and define which trace records that you want to print by specifying trace control statements. For more information, see The trace selection parameters for DFHTU700.