DSNH052I E csectname LINE nnnn COL cc COLUMN name IS ALREADY DEFINED IN TABLE table-name

Explanation

The identified name is already defined as a column in the table named table-name. The definition might have occurred implicitly. For example, table-name might have been found in a select-list, causing name to be defined as a column within table-name if table-name was not declared as a host variable.

System action

The name is installed in the symbol table as a duplicate.

User response

Remove duplicate definitions, or correct the references. Avoid implicit definitions by inserting (or including) table declarations before they are referenced.

Severity

8 (error)