DSNE944I WARNING, BECAUSE YOUR TABLE OR COLUMN NAMES CONTAIN LOWER CASE OR NON-ALPHABETIC CHARACTERS, YOU WILL NEED TO USE THE SQL (NOT PL/I) INCLUDE STATEMENT TO INCLUDE DCLGEN OUTPUT INTO YOUR PROGRAM

Explanation

DCLGEN had to wrap your table or column name(s) in quotes so Db2 could process them. Quotes are not recognized by the PL/I compiler. To avoid compilation errors, use the SQL INCLUDE statement ('EXEC SQL INCLUDE member-name') to merge the DCLGEN output with your source program.

System action

DCLGEN processing continues.

User response

If you have not coded the SQL INCLUDE, do so before the next compile.