How to fix the Oracle error PCC-00076: DISPLAY type must be SIGN LEADING SEPARATE?
In this post, you’ll learn more about the Oracle ErrorPCC-00076: DISPLAY type must be SIGN LEADING SEPARATE with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-00076: DISPLAY type must be SIGN LEADING SEPARATE
Reason for the Error PCC-00076: DISPLAY type must be SIGN LEADING SEPARATE
Cause: This message is issued only by Pro*COBOL. DISPLAY SIGN LEADING SEPARATE is the only DISPLAY type supported by Pro*COBOL.
How to fix the Error PCC-00076: DISPLAY type must be SIGN LEADING SEPARATE ?
You can fix this error in Oracle by following the below steps
Action: Check the spelling of the variable declaration. If necessary, remove the reference to the unsupported DISPLAY type.
Leave Your Comment