CICSPA SUMMARY(
FIELDS(field1(TIME|COUNT(AVE|DEV|MAX|MIN|TOT|SEV|nn,
ASCEND|DESCEND,...)),...))
For clock type fields, you can report the first part of the field (elapsed TIME) or the second part (COUNT of the number of times the condition occurred).
The default is to present the average elapsed time (TIME(AVE)). If only COUNT is specified, the average (AVE) is the default. If another function (other than the average) is required for either TIME or COUNT parts, both parameters must be specified. For example:
CICSPA SUMMARY(FIELDS(...,
SUSPEND, average elapsed suspend time
SUSPEND(COUNT), average number of times the transaction was suspended
SUSPEND(TIME(DEV)))) standard deviation of the elapsed suspend time
For more information on using clock fields, see Suboperands for Clock type fields.
The clock fields that can be selected for the Performance Summary report are listed in cpa99xrefch3.htm#xrefch3. Refer to the SUMMARY Report Form column and the fields with data type S in their CMF Field ID.