HBO0081I The value specified for column is incompatible with the column type.

Explanation

An update definition specifies a value to be assigned to column. In this case, the value is of a type that cannot be assigned to the column. An integer or a floating point number can be assigned only to a column of the type integer, small integer, floating point, or decimal. A character string can be assigned only to a column of the type character string, graphic string, date, time, or time stamp. A date and time value can be assigned only to a column of the same type or to a column of the character string type. The System Data Engine stops processing the current statement and continues with the next.

Response

Verify that the value to be assigned has a data type that is compatible with the type of the column.