How to fix the Oracle error PCC-01002: Invalid character “character” in indicator area at line number in file string?
In this post, you’ll learn more about the Oracle ErrorPCC-01002: Invalid character “character” in indicator area 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-01002: Invalid character “character” in indicator area at line number in file string
Reason for the Error PCC-01002: Invalid character “character” in indicator area at line number in file string
Cause: In a Pro*COBOL Precompiler program, only a blank, hyphen (-), asterisk (*), slash (/), or letter “D” is allowed in the indicator area, but the precompiler found another character.
How to fix the Error PCC-01002: Invalid character “character” in indicator area at line number in file string ?
You can fix this error in Oracle by following the below steps
Action: Remove or replace the invalid character. If the FORMAT=ANSI option is specified, check for an end-of-line in column 7.
Leave Your Comment