How to fix the Oracle error PCC-01004: In an EXEC statement at end-of-file?
In this post, you’ll learn more about the Oracle ErrorPCC-01004: In an EXEC statement at end-of-file with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-01004: In an EXEC statement at end-of-file
Reason for the Error PCC-01004: In an EXEC statement at end-of-file
Cause: In a Pro*COBOL input file, the last EXEC statement was not terminated properly.
How to fix the Error PCC-01004: In an EXEC statement at end-of-file ?
You can fix this error in Oracle by following the below steps
Action: Terminate the last EXEC statement with an END-EXEC.
Leave Your Comment