DSNH032I W csectname LINE nnnn COL cc STATEMENT CREATES A COLUMN name WHOSE ATTRIBUTES DO NOT MATCH THE DECLARATION

Explanation

The column name is specified in a CREATE statement with a different data type or length than was specified for the corresponding column in the DECLARE TABLE statement.

System action

Processing continues.

User response

Correct the DECLARE TABLE or CREATE TABLE statement. If the DECLARE TABLE statement is incorrect, some warnings might also be incorrect or might not be generated when needed. If the CREATE TABLE statement is incorrect, you must correct it.

Severity

4 (warning)