Answer | Cause: In a Pro*COBOL program, an EXEC SQL statement is
followed by another statement in the same sentence. An EXEC
SQL statement must be the last statement in a COBOL-74
sentence and so must be terminated by the keyword ELSE or a
period.
Action: Change the program logic, making the EXEC SQL
statement the last statement in the sentence.
Please add more information about this Error  |
| Guest |