Report command

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
or
CICSPA WORKLOAD(SUMMARY)
To produce a summary report of BTE and EXE Y transactions:
CICSPA WORKLOAD(SUMMARY(EXE))
To produce a list report detailing BTE, EXE Y, and EXE N transactions:
CICSPA WORKLOAD(LIST)
To tailor the report, you can specify report options as follows:
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),...),
                                  ...))])