Database Error Messages

PCC-02204

EXEC SQL INCLUDE not permitted from within an included file

Cause

EXEC SQL INCLUDE statements cannot be nested. Also, EXEC SQL INCLUDE statement cannot be put inside a file that is included using the #include preprocessor command.


Action

Recode the program so that the nested include statement is not required.