The WORKLOAD or WLM operand requests the Workload
Activity report.
The command format is:
CICSPA WORKLOAD(
[OUTPUT(ddname),]
[EXTERNAL(ddname),]
[SUMMARY[(EXE)],]
[LIST,]
[PEAK(percentile),]
TASKORDER(START|STOP)
[LINECount(nnn),]
[TITLE1('...up to 64 characters...'),]
[TITLE2('...up to 64 characters...'),]
[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 WKLDnnnn where nnnn is the report sequence
number 0001-9999. See OUTPUT for
further information.
- EXTERNAL
- Specifies the DDname for the work data set used by the external
sort facility. If not specified, CICS PA assigns
an External Work File from a pool of External Work Files with DDnames
in the format CPAXWnnn where nnn is the sequence number 001-999. See EXTERNAL for further information.
An
external sort is not required when only a summary report of BTE transactions
is requested.
- SUMMARY
- Requests the Workload Manager Activity Summary report.
Specify EXE to
summarize transactions in both EXE (execution) Y and BTE (begin-to-end)
phases, otherwise only BTE transactions are listed.
- LIST
- Requests the Workload Manager Activity List report, a detailed
list of BTE, EXE Y and EXE N transaction activity.
- PEAK(percentile)
- Applies to transaction response times in the Workload Activity
Summary report and is useful for monitoring service levels. Specify
a number between 50 and 100 to report the response time within which
that percentage of transactions completed. Computations assume a normal
distribution. For example, specify 95 to determine the response time
that 95% of transactions completed within. The default is 90.
- TASKORDER(START|STOP)
- In the Workload Manager Activity List report, sorts tasks within
each UOW in either descending order of stop time (the default) or
ascending order of start time.
- 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 a detailed
explanation and examples.