| ERROR | 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. |
| ACTION | Add one of these statements to the source file. |