FORTRAN Reference Manual

Compile-Time Diagnostic Messages
FORTRAN Reference Manual528615-001
F-21
Error Messages
Cause. An I/O statement refers to a FORMAT statement label but no FORMAT
statement with that label exists in the program unit.
Recovery. Supply the missing FORMAT statement.
Cause. An array element reference has too few subscripts.
Recovery. Correct the reference.
Cause. Reference has been made to a statement label that does not appear in the
program unit.
Recovery. Supply the missing statement label.
Cause. name has been specified as two different kinds of entities, such as a variable
and a subroutine.
Recovery. Remove all but one specification.
Cause. An identifier appears in more than one COMMON statement.
Recovery. Remove it from all but one of the COMMON statements.
Cause. An identifier in an INTRINSIC statement is not the name of an intrinsic function
in HP FORTRAN.
Recovery. Correct the statement.
MISSING FORMAT ** label
MISSING INDEX FOR ARRAY
MISSING STATEMENT NUMBER ** label
MORE THAN ONE STRUCTURE FOR THIS ITEM ** name
MULTIPLE COMMON SPECIFICATION
MUST BE AN INTRINSIC FUNCTION