DSNH031I W csectname LINE nnnn COL cc STATEMENT CREATES A COLUMN WITH NAME name1 WHICH DOES NOT MATCH DECLARED NAME name2

Explanation

The column name specified in a CREATE statement (name1) is not the same as the name of the corresponding column in the DECLARE TABLE statement (name2).

System action

Processing continues.

User response

Ensure that the DECLARE TABLE matches the CREATE TABLE. You can use the cross-reference and source listings to help find the two statements.

Severity

4 (warning)