Report command
The Exception Summary report can be requested from a Report Set in the CICS PA dialog. Select the Summary report in the Exception Reports category.
In batch, the SUMEXCeption command is used to request the Exception List report.
The command to produce the default report is:
CICSPA SUMEXCEPTION
To tailor the report, you can specify report options as follows:
CICSPA SUMEXC(
[OUTPUT(ddname),]
[LINECOUNT(nnn),]
[TITLE1('...sub-heading left ...'),]
[TITLE2('...sub-heading right...'),]
[SELECT(EXCEPTION(INCLUDE|EXCLUDE(field1(values1),...),
...))])