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.
CICSPA WAITANALYSIS
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),...),...))])
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).