With two data sets, you can print transaction dumps from one data set while CICS® is running. You can either print transaction dumps
explicitly or use automatic switching.
Procedure
- To print transaction dumps explicitly:
- Use CEMT SET DUMP SWITCH to switch the data sets.
CICS closes the current data set after any
transaction dump being recorded has been completed, and opens the other data
set.
-
Print the completed data set by using the DFHDUnnn dump utility program,
where nnn is a release identifier. For example, it is DFHDU760 if you want to print CICS TS 6.3 dump data. For information about the CICS dump utility program, see Dump utilities (DFHDUnnn and DFHPDnnn).
- To print transaction dumps using automatic switching:
- Use CEMT SET DUMP AUTO to cause automatic switching when the
current data set becomes full.
This command permits one switch
only.
When a transaction dump data set is full, CICS closes the data set and issues console messages as follows:
DFHDU0303I applid Transaction Dump Data set dataset closed.
DFHDU0304I applid Transaction Dump Data set dataset opened.
DFHDU0305I applid Transaction Dump Data set switched to ddname.
- If you specified
DISP=SHR for the dump data set, you can print the
completed data set with the DFHDUnnn utility program and then reissue the
CEMT SET DUMP AUTO command.
This again switches data sets automatically (once only) when the current data set is
full.