Report content
The Transaction Group report consists of a detail report and a summary report. For the detail report, each line is printed from a single CMF performance class record. Records that are part of the same transaction group are printed sequentially in groups, separated by blank lines. The reported information allows you to find the corresponding records in the Performance List report. The summary report summarizes the information from the performance class records in the detail report.
If you request this report and other reports in the same job, specify an OUTPUT(ddname) for each report. Output for the reports must be directed to separate SYSOUT data sets to prevent interleaving of the report lines.
The Transaction Group report is produced using an external SORT facility. An External Work Data Set is required to store the records before they are sorted. This data set is either specified explicitly using EXTERNAL(ddname), or CICS PA assigns one from the External Work File pool.
- Transaction Group ID
- Task Stop Time in reverse (or descending) order.
For more information on correlating the performance class data by transaction group ID, see Correlating performance class data.