The WAITANALYSIS or WAIT operand requests the Wait
Analysis report.
The command format is:
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),...),
...))])
The options are:
- 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).
- 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 LINECount 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.