Performance List report

The command to produce the default report is:
CICSPA LIST
To tailor the report, you can specify report options as follows:
CICSPA LIST(
          [OUTPUT(ddname),]
          [ALERTDEF(defname),]
          [SEVERITY(CRITICAL|WARNING|INFO|ELIGIBILE|ALL),] 
          [FIELDS(field1[(options)],...),]
          [LINECount(nnn),]
          [TITLE1('...sub-heading left...'),]
          [TITLE2('...sub-heading right...'),]
          [SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...)),]
          [SELECT2(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...))])

The CICS PA dialog generates the FIELDS operand when a Report Form is specified. This controls the format of the report by specifying the required fields, their format, and the order of the columns.

For Performance Alert reporting, ALERTDEF specifies the name of the Performance Alert Definition. SEVERITY specifies which of the following to report:
If the FIELDS operand is not specified, the default is:
CICSPA LIST(FIELDS(TRAN,              Transaction ID
                   STYPE,             Start type of transaction
                   TERM,              Terminal ID
                   USERID,            User ID
                   RSYSID,            Remote System ID
                   PROGRAM,           Initial program name
                   TASKNO,            Transaction number
                   STOP(TIMET),       Stop time (hh:mm:ss.thm)
                   RESPONSE,          Response time
                   DISPATCH(TIME),    Dispatch time (sss.thmi)
                   CPU(TIME),         CPU time
                   SUSPEND(TIME),     Suspend time
                   DISPWAIT(TIME),    Dispatch wait time
                   FCWAIT(TIME),      File Control I/O wait time
                   FCAMCT,            File Control access method calls
                   IRWAIT(TIME)))     Inter-Region (MRO) I/O wait time

Information Information

Feedback


Timestamp icon Last updated: Thursday, 7 November 2013


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