Getting a IGYDS0225-S error when executing a CA Endevor Processor. Why?
IGYDS0225-S AN "EXEC SQL" STATEMENT WAS FOUND, BUT THE "SQL" COMPILER OPTION WAS NOT IN EFFECT THE STATEMENT WAS DISCARDED.
COBOL programs that contain EXEC SQL statements must be run thru a pre-compiler first where the EXEC SQL statements get translated.
Verify that you are using the correct Processor that contains the necessary pre-compiler step.
If using the correct Processor and pre-compiler, verify that the EXEC SQL statement begins in column 12 so that the pre-compiler picks it up and translates it.