Clock (Time-Count) fields

The format of the command is:
CICSPA SUMMARY(
         FIELDS(field1(TIME|COUNT(AVE|DEV|MAX|MIN|TOT|SEV|nn,
                        ASCEND|DESCEND,[LIMIT(value)]
 [,(COLLENGTH(length))]...)),...))

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
You can use the COLLENGTH option to specify the column width:
COLLENGTH(length)
Optional. Applies to clock, count, and derived type fields only. COLLENGTH specifies the field column width in the report or extract. This enables you to increase the width of a column to accommodate a number that has many digits when the number would otherwise be truncated in the report.

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 Fields by forms, HDB templates. Refer to the SUMMARY Report Form column and the fields with data type S in their CMF Field ID.