Common options

The following suboperands can be specified for many of the CICS PA reports or extracts:
Example:
CICSPA LISTX(
             TITLE1('Report includes all transactions'),
             TITLE2('**Please check response time in the Response field'),
       LISTX(OUTPUT(LISTX2),
             EXTERNAL(LISTXW2),
             LINEC(50),
             TITLE1('Report includes just the CPAX transaction'),
             TITLE2('**Please check response time in the Resp field'),
             SELECT(PERFORMANCE(INCLUDE(TRAN(CPAX)))))
This example will produce two Performance List Extended reports:
  1. The first report is routed to the default DDname LSTX0001 with the default line count of 60. The work file used by the external sort will have the default DDname CPAXW001. The title line that will print on each page of the report is:
    Report includes all transactions            **Please check response time in the Response field
  2. Since the SELECT operand is used in the second report, it will contain records from the CPAX transaction only. It is routed to the DDname LISTX2 with a line count of 50. The work file used by the external sort will have the DDname LISTXW2. The title line that will print on each page of the report is:
    Report includes just the CPAX transaction   **Please check response time in the Resp field

Information Information

Feedback


Timestamp icon Last updated: Friday, 8 February 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic//cmnopts.htm