Master Mainframe Technologies - COBOL, JCL, DB2, VSAM, CICS & More
ABEND Codes SQLCODEs File Status Interview Prep Contact
← Back to SQLCODE Reference
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