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:
  1. DATE(DDMMYY) can be specified only for a 6-byte field.
  2. BINARY can be specified only for a field of 1, 2, 3, 4, or 8 bytes.
  3. BIT(16) can be specified only for a 2-byte field.
  4. 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.