Count fields
The command format is:
CICSPA LIST[(FIELDS(fieldnames))]
For performance alert reporting, specify fieldname(SEV).
The count fields that can be selected for the Performance List report are listed in Fields by forms, HDB templates. Refer to the LIST Report Form column and the fields with data type A in their CMF Field ID.
Optionally, numeric values can be converted for reporting
by specifying one of the following units:
- K
- Divide value by 1000, typically for count fields.
- M
- Divide value by 1000000, typically for count fields.
- KB
- Kilobytes (divide by 1024), typically for storage fields.
- MB
- Megabytes (divide by 1024x1024), typically for storage fields.