DSNH050I I csectname WARNINGS HAVE BEEN SUPPRESSED DUE TO LACK OF TABLE DECLARATIONS

Explanation

One or more warning messages were suppressed because no table declarations were found before the first SQL statement that referenced a table or column.

Start of changeThe Db2 coprocessor or Db2 precompiler issues this message during limited semantic checking of data references in the SQL statements of a program, so it might not be issued for some table or column references. For more information about the limitations of the semantic checking, see Processing SQL statements for program preparation.End of change

System action

Processing continues. Suppression is discontinued if a table declaration is found.

User response

Insert (or INCLUDE) table declarations before they are referenced in order to permit table and column checking.

Severity

0