Report command

The Wait Analysis report can be requested from a Report Set in the CICS PA dialog. Select the Wait Analysis report in the Performance Reports category.

In batch, the WAITANALysis command is used to request the Wait Analysis report.

The command to produce the default report is:
CICSPA WAITANALYSIS
To tailor the report, you can specify report options as follows:
CICSPA WAITANALYSIS(
        [BY(by1[,by2][,by3]),]
        [INTERVAL(hh:mm:ss),]
        [OUTPUT(ddname),]
        [LINECOUNT(nnn),]
        [TITLE1('...sub-heading left ...'),]
        [TITLE2('...sub-heading right...'),]
        [SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...))])
You can specify up to three BY operands to determine the sort order of the report. If omitted, the default is BY(TRAN). Only fields of type T (Time) and C (Character) might be specified. The following fields are eligible sort fields:
  • APPLID
  • APPLPROG
  • APPLTRAN
  • Start of changeOTRANEnd of change
  • Start of changeOAPPLIDEnd of change
  • Start of changeOUSERIDEnd of change
  • Start of changeOFCTYEnd of change
  • Start of changePHTRANEnd of change
  • Start of changePHAPPLIDEnd of change
  • FCTY
  • ISIPICNM
  • LUNAME
  • PROGRAM
  • RLUNAME
  • RPTCLASS
  • SRVCLASS
  • START
  • STOP
  • TCLASSNM
  • TCPSRVCE
  • TERM
  • TERMCNNM
  • TRAN
  • USERID
  • WBATMSNM
  • WBPIPLNM
  • WBPROGNM
  • WBSVCENM
  • WBSVOPNM
  • WBURIMNM

The time interval applies when you want to summarize wait activity over time, and is only applicable when one of the BY operands is a time stamp (START or STOP). The default time interval is 00:01:00 (1 minute).