DSNH414I E csectname LINE nnnn COL cc THE NUMERIC OR DATETIME COLUMN column-name IS SPECIFIED IN A LIKE PREDICATE
Explanation
Column column-name with a numeric data type was specified in a LIKE predicate. Columns specified in a LIKE predicate must be character or graphic string columns.
System action
If the containing SQL statement is a declaration, it is discarded. If the containing SQL statement is executable, it is replaced by host language statements that will, if executed, set an error code in the SQLCA.
User response
Correct the statement.
Severity
8 (error)