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.
CICSPA SUMEXCEPTION
CICSPA SUMEXC(
[OUTPUT(ddname),]
[LINECOUNT(nnn),]
[TITLE1('...sub-heading left ...'),]
[TITLE2('...sub-heading right...'),]
[SELECT(EXCEPTION(INCLUDE|EXCLUDE(field1(values1),...),
...))])