The Workload Activity report can be requested from a Report Set in the CICS PA dialog. Select the Workload Activity report in the Performance Reports category.
In batch, the WORKLOAD or WLM command is used to request the Workload Activity report.
You can request a detailed list of transaction activity, a summary report, or both.
The command to produce the default report, a summary of BTE transactions, is:
CICSPA WORKLOAD
CICSPA WORKLOAD(SUMMARY)
CICSPA WORKLOAD(SUMMARY(EXE))
CICSPA WORKLOAD(LIST)
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),...),
...))])