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
CICSPA TRACKINGSUMMARY(
[OUTPUT(ddname),]
[EXTERNAL(ddname),]
[PRINTMULTIPLE|NOPRINTMULTIPLE,]
[PRINTSINGLE|NOPRINTSINGLE,]
[LINECount(nnn),]
[FIELDS(field1[(options)],...),]
[SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...)),]
[SELGRP(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...)),]
[TITLE1('...up to 64 characters...'),]
[TITLE2('...up to 64 characters...'),])
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 desired 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