The Transaction Tracking Summary report can be requested from a Report Set in the CICS PA dialog. Select the Transaction Tracking Summary report in the Performance Reports category.
In batch, the TRACKINGSUMMARY command is used to request the Transaction Tracking Summary report.
The command to produce the default report is:
CICSPA TRACKINGSUMMARY
To tailor the report, you can specify report options as follows:
The CICS PA dialog generates the FIELDS operand when a Report Form is specified. This operand controls the format of the report by specifying the required fields and the order of the columns. If a Report Form is not specified, the default is the tracking key fields:
CICSPA TRACKINGSUMMARY(FIELDS(
PHAPPLID, Previous Hop application ID
PHTRAN, Previous Hop transaction ID
PHCOUNT, Previous Hop count
APPLID, CICS Application ID
TRAN)) Transaction ID