WAITANALYSIS - Wait Analysis report
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),...),
...))])
- OUTPUT
- Controls the report output DDname. If not specified, CICS PA assigns a DDname in the format WAITnnnn where nnnn is the report sequence number 0001-9999. See OUTPUT for further information.
- INTERVAL
- Specifies a time interval when the report summarizes transaction
activity over time. The interval is in the range 1 second to 24 hours
in the format hh:mm:ss for hours, minutes, and seconds.
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.
Minutes take precedence for an abbreviated entry. For example:- 1
- becomes 00:01:00
- 1.1
- becomes 00:01:00 (rounded down from 00:01:01)
- 1.1.1
- becomes 01:00:00 (rounded down from 01:01:01)
- BY
- Controls the summarization order of the report. Up to three fields can be specified, and the order in which they are specified dictates the sort precedence. Only fields of type T (Time Stamp) and C (Character) can be sort fields. See WAITANALYSIS(BY for further information and the list of fields which are sort candidates.
- LINECOUNT
- Controls the number of lines per page. See LINECNT for further information.
- TITLE1, TITLE2
- Controls the report title (left and right half of subheading line). See TITLE1 and TITLE2 for further information.
- SELECT(PERFORMANCE(INCLUDE|EXCLUDE
- Specifies what data to include or exclude from the report based on data field values. See Using SELECT statements for an explanation and examples.