Suboperands for Clock type fields
Use the suboperands TIME and COUNT when specifying
a clock type field. Clock type fields contain two parts: one is an
accumulation of elapsed time (TIME), and the other is a count of the
number of times the condition occurred (COUNT). You can request one
or both types; they are treated as separate fields. For example:
LIST(FIELDS(SUSPEND(TIME),SUSPEND(COUNT),DISPATCH(TIME)))
Any clock type field specified in FIELDS without TIME or COUNT is assigned the default of TIME. However, no default exists when a clock type field is requested in a SELECT statement, so in this case you must specify either TIME or COUNT.
The precision of TIME fields is 0.0001 to 0.000001 (microseconds) controlled by the global operand PRECISION(n) where n represents 4, 5 or 6 decimal places. The default is 4.