DSNH408I W csectname LINE nnnn COL cc STATEMENT INSERTS OR UPDATES COLUMN column-name WITH INCOMPATIBLE DATA TYPE
Explanation
The data type of the value to be inserted into a column by an INSERT or UPDATE statement is incompatible with the declared data type of the column.
- csect-name
- The name of the control section that issued the message.
- nnnn
- The line number that is generated for DSNH messages. For more information about these line numbers, see Message line numbers.
- cc
- The location of the source column. For more information about the cc value, see Message line numbers.
- column-name
- The name of the column into which you are trying in insert data.
System action
Processing continues.
Programmer response
Ensure that the table definitions are current. Also, ensure that host variables and literals have the proper data types for the target column.
Severity
4 (warning)