HBO0037I The format that is specified for the field field conflicts with the length of the field.
Explanation
A format can be specified only for fields of certain lengths. For example:
- DATE(DDMMYY) can be specified only for a 6-byte field.
- BINARY can be specified only for a field of 1, 2, 3, 4, or 8 bytes.
- BIT(16) can be specified only for a 2-byte field.
- CHAR(*) can be specified only for a varying-length field (a field with LENGTH *).
The System Data Engine stops processing the current statement and continues with the next.
Response
Verify that the format is appropriate for the field length.