The WAITANALYSIS or WAIT operand requests the Wait Analysis report.
CICSPA WAITANALYSIS(
[OUTPUT(ddname),]
[BY(by1[,by2][,by3]),]
[INTERVAL(hh:mm:ss),]
[LINECount(nnn),]
[TITLE1('...sub-heading left ...'),]
[TITLE2('...sub-heading right...'),]
[SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),
...))])
This operand applies only when the report or extract is sorted by transaction Start or Stop time; that is, when the BY operand specifies START or STOP. For reporting, data is accumulated for each interval in the report period and a report line or extract record is written for each interval. If INTERVAL is not specified, the default is 00:01:00 (1 minute).
A time interval of less than one hour must fit evenly into the hour. CICS PA will round it down to the nearest interval that aligns to the hour. For example, 1.35 is reduced to 00:01:30 minutes which will produce 40 interval report lines for each hour of data.
A time interval of more than one hour must fit evenly into the day. CICS PA will round it down to the nearest interval that aligns to the day. For example, 10.30.23 is reduced to 08:00:00 hours which will produce 3 interval report lines for each day of data.