How to fix the Oracle error PCC-00095: Missing PROGRAM, SUBROUTINE, FUNCTION, or BLOCK DATA statement?
In this post, you’ll learn more about the Oracle ErrorPCC-00095: Missing PROGRAM, SUBROUTINE, FUNCTION, or BLOCK DATA statement with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-00095: Missing PROGRAM, SUBROUTINE, FUNCTION, or BLOCK DATA statement
Reason for the Error PCC-00095: Missing PROGRAM, SUBROUTINE, FUNCTION, or BLOCK DATA statement
Cause: FORTRAN source files are expected to have at least one PROGRAM, SUBROUTINE, FUNCTION, or BLOCK DATA statement, which the precompiler uses to detect the beginning of a routine or compilation unit.
How to fix the Error PCC-00095: Missing PROGRAM, SUBROUTINE, FUNCTION, or BLOCK DATA statement ?
You can fix this error in Oracle by following the below steps
Action: Add one of these statements to the source file.
Leave Your Comment