HBO0082I The column column is too short for the date and time value.
Explanation
A date and time value (a date, a time, or a time stamp) is assigned to the specified column, which is of the character string type. Before assignment, the value is converted to a character string. A date value is converted to a string of 10 characters, a time value is converted to a string of 8 characters, and a timestamp value is converted to a string of 26 characters. Because the specified column is shorter than the resulting string, the value cannot be assigned. (The date and time strings are not truncated on assignment.) The System Data Engine stops processing the current statement and continues with the next.
Response
Verify that the column can accommodate the converted date and time value.