An SQL statement such as EXEC SQL DECLARE TABLE was coded in the Procedure Division. The preprocessor does not support the SQL statement coded into the Procedure Division.
Resolution:
Move the SQL statement into the Working-Storage Section and then recompile the program.