DSNH034I W csectname LINE nnnn COL cc STATEMENT INSERTS MORE OR LESS VALUES THAN THE NUMBER OF COLUMNS DECLARED
Explanation
The number of values specified in an INSERT operation is different from the number of columns specified in the DECLARE TABLE statement for the receiving table.
System action
Processing continues.
User response
Insert the correct number of values. If the DECLARE TABLE statement is incorrect, this warning might also be incorrect. If the INSERT operation is incorrect, you must correct it.
Severity
4 (warning)