The TRACKINGLIST operand requests the Transaction Tracking List report. This report combines CMF records for each originating transaction and its subordinate (group) transactions. Group transactions are identified by sharing the same transaction group ID with other transactions or by having a PHCOUNT > 0.
The command format is:
CICSPA TRACKINGLIST(
[OUTPUT(ddname),]
[EXTERNAL(ddname),]
[OFIELDS(field1[(options)],...),]
[GFIELDS(field1[(options)],...),]
[PRINTMULTIPLE|NOPRINTMULTIPLE,]
[PRINTSINGLE|NOPRINTSINGLE,]
[LINECount(nnn),]
[SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...)),]
[SELGRP(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...)),]
[TITLE1('...up to 64 characters...'),]
[TITLE2('...up to 64 characters...'),])
CICSPA TRACKINGLIST(OFIELDS(OTRAN, Originating Transaction ID
OUSERID, Originating User ID
OAPPLID, Originating CICS Application ID
OTASKNO, Originating Transaction number
OSTART(TIMET), Originating Task Start time
OORIGIN, Originating Transaction Origin type
OFCTY, Originating Transaction Facility name
OTCPSRVC, Originating TCP/IP Service name
OCLI6ADR, Originating Client or Telnet IP address
OCLIPORT)) Originating Client IP port number
CICSPA TRACKINGLIST(GFIELDS(TRAN, Transaction ID
USERID, User ID
APPLID, CICS Application ID
TASKNO, Transaction number
START(TIMET), Task Start time
RTYPE, Record type
ORIGIN, Transaction origin
RESPONSE, Response time
CPU, User CPU
PHTRAN, Previous Hop transaction ID
PHTASKNO, Previous Hop task number
PHAPPLID, Previous Hop application ID
PHSTART, Previous Hop start time
PHCOUNT)) Previous Hop count
This set of selection criteria is applied as a post-processing step. This is a second level of filtering that determines which Groups are to be included in the report. Only when all of the records in the Group fail this set of selection criteria will the whole group and its associated Origin record be excluded from the report.