How to fix the Oracle error PCC-01003: Invalid continuation at line number in file string?
In this post, you’ll learn more about the Oracle ErrorPCC-01003: Invalid continuation at line number in file string with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-01003: Invalid continuation at line number in file string
Reason for the Error PCC-01003: Invalid continuation at line number in file string
Cause: In a PRO*COBOL program, a continuation line was completely blank, except for the continuation character.
How to fix the Error PCC-01003: Invalid continuation at line number in file string ?
You can fix this error in Oracle by following the below steps
Action: Remove or replace the empty continuation line.
Leave Your Comment