Error
SQLCODE -408
Value incompatible with column
Explanation
The value being inserted/updated is incompatible with the column data type.
Solution
Check data type compatibility, use explicit CAST, verify input format.
Example
INSERT "ABC" INTO INTEGER column