Report command

The Performance Totals report can be requested from a Report Set in the CICS PA dialog. Select the Totals report in the Performance Reports category.

In batch, the TOTAL command is used to request the Performance Totals report.

The command to produce the default report is:
CICSPA TOTAL
To tailor the report, you can specify report options as follows:
CICSPA TOTAL(
        [OUTPUT(ddname),]
        [LINECOUNT(nnn),]
        [TITLE1('...sub-heading left ...'),]
        [TITLE2('...sub-heading right...'),]
        [SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...))])