Report command

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.

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

Information Information

Feedback


Timestamp icon Last updated: Thursday, 7 November 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic//report-reference/cparr106.htm