Master Mainframe Technologies - COBOL, JCL, DB2, VSAM, CICS & More
ABEND Codes SQLCODEs File Status Interview Prep Contact
← Back to SQLCODE Reference
Error

SQLCODE -604

Invalid column definition

Explanation

Data type or length specification invalid.

Solution

Check data type syntax, length limits, precision/scale values.

Example

VARCHAR(0) or DECIMAL(32,10)