The CMF record data fields are defined as specific types:
- For CICS-defined fields, the field types are:
- character
- time stamp
- count
- clock, containing two parts:
- elapsed time (TIME)
- number of times condition occurred (COUNT)
- For user fields, the field types are:
- CHARACTER
- COUNT
- clock, containing two parts:
- elapsed time (CLOCKTIME)
- number of times condition occurred (CLOCKCOUNT)
System Logger record data fields, the field types are:
- character
- time stamp
- count
- flag (1 to indicate yes, 0 to indicate no)
Each field type has a particular format for specifying in SELECT
statements. User fields also require the additional operand: VALUE.
The following sections discuss the field types and how
their values must be specified. For the format of the command for
specifying each field type, and the relevant field names, see SELECT(PERFORMANCE, SELECT(EXCEPTION,
and .SELECT(LOGGER.