DSNH205I W csectname LINE nnnn COL cc COLUMN column-name WAS NOT DECLARED IN TABLE table-name
Explanation
The column name column-name is not contained in the table declarations. The name specified in a DISTINCT function must reference a column of the table. The value expression of an ALL function must reference a column of the table.
System action
Processing continues.
User response
If the table declares are correct and the column name is not in the table, this creates an error in the BIND step. Correct the DECLARE TABLE statement or the column name.
Severity
4 (warning)