COBDB0103 host-var does not have a suitable definition to be used as a host variable.

The host variable data definition does not match the column type associated with it in the SQL statement. For example, you are trying to use a host variable defined as PIC X(n) with a column defined as SMALLINT.

Resolution:

Verify that the host variable corresponds to the column definition and make any changes to correct the error. Alternatively use the Host Compatibility Option DCLGEN tool to generate a copybook of the host variable for the SQL table in question.