LISTEXC - Exception List report

The LISTEXCeption operand requests the Exception List report.

The command format is:

CICSPA LISTEXC(
             [OUTPUT(ddname),]
             [LINECount(nnn),]
             [TITLE1('...up to 64 characters...'),]
             [TITLE2('...up to 64 characters...'),]
             [SELECT(EXCEPTION(INCLUDE|EXCLUDE(field1(values1),...),
                                 ...))])
The options are:
OUTPUT
Controls the report output DDname. If not specified, CICS PA assigns a DDname in the format XLSTnnnn where nnnn is the report sequence number 0001-9999. See OUTPUT for further information.
LINECOUNT
Controls the number of lines per page. See LINECount for further information.
TITLE1, TITLE2
Controls the report title (left and right half of subheading line). See TITLE1 and TITLE2 for further information.
SELECT(EXCEPTION(INCLUDE|EXCLUDE
Specifies what CMF exception data to include or exclude from the report based on data field values. See Using SELECT statements for a detailed explanation and examples.