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:
  • Critical alerts according to the CRITICAL threshold values in the Performance Alert Definition
  • Critical and Warning alerts according to the WARNING threshold values in the Performance Alert Definition
  • Critical, Warning, and Informational alerts according to the INFO threshold values in the Performance Alert Definition
  • Only those transactions that match the resource criteria in the Performance Alert Definition
  • All transactions
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