DEFRECORD KCML_DEFENUM_Entry
'_Enum_* DEF ENUM| FLD name | Pack format | Purpose |
|---|---|---|
| DEFENUM_FullName$ | CHAR(64) | The full name of the enumeration |
| DEFENUM_Name$ | CHAR(64) | The name of the enumeration with the common prefix removed |
| DEFENUM_Value | The enumeration value |