LIST(FIELDS
The Performance List report can be tailored by modifying which
fields and Application Groups are reported
and the order in which they appear in the report. This is done with
the FIELDS operand followed by the field and
Application Group names:
CICSPA LIST[(FIELDS(field1[(options)][,apgname1(APG)],...))]
If FIELDS is not specified, the Performance List report is produced
using the following defaults:
CICSPA LIST(FIELDS(TRAN, Transaction ID
STYPE, Start type of transaction
TERM, Terminal ID
USERID, User ID
RSYSID, Remote System ID
PROGRAM, Initial program name
TASKNO, Transaction number
STOP(TIMET), Stop time (hh:mm:ss.thm)
RESPONSE, Response time
DISPATCH, Dispatch time
CPU, CPU time
SUSPEND, Suspend time
DISPWAIT, Dispatch wait time
FCWAIT, File Control I/O wait time
FCAMCT, File Control access method calls
IRWAIT)) Inter-Region (MRO) I/O wait time
Note:
- The default report format cannot be changed on an individual field basis. Even if only one field is required to be changed from the default, the entire list of field names must be entered.
- Some field types require additional operands. These are:
CPU, DISPATCH, and FCWAIT are examples of clock type fields. Therefore, they could have been specified as CPU(TIME), DISPATCH(TIME), and FCWAIT(TIME). Instead they are allowed to assume the default TIME.