Message Oracle PCC-00095 - Missing PROGRAM, SUBROUTINE, FUNCTION, or BLOCK DATA statement

ERRORMissing PROGRAM, SUBROUTINE, FUNCTION, or BLOCK DATA statement
CAUSEFORTRAN 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.
ACTIONAdd one of these statements to the source file.