The Exception List report can be requested from a Report Set in the CICS PA dialog. Select the List report in the Exception Reports category.
In batch, the LISTEXCeption command is used to request the Exception List report.
CICSPA LISTEXCEPTION
CICSPA LISTEXC(
[OUTPUT(ddname),]
[LINECOUNT(nnn),]
[TITLE1('...sub-heading left ...'),]
[TITLE2('...sub-heading right...'),]
[SELECT(EXCEPTION(INCLUDE|EXCLUDE(field1(values1),...),
...))])