DSNH033I W csectname LINE nnnn COL cc STATEMENT CREATES MORE OR LESS COLUMNS THAN WERE DECLARED

Explanation

The number of columns specified in a CREATE statement is different from the number of columns specified in the DECLARE TABLE statement.

System action

Processing continues.

User response

Ensure that the DECLARE TABLE matches the CREATE TABLE. 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)