FORTRAN Reference Manual

Compile-Time Diagnostic Messages
FORTRAN Reference Manual528615-001
F-9
Error Messages
Cause. A FORMAT specification contains a syntax error.
Recovery. Correct the format specification.
Cause. A numeric constant contains a syntax error.
Recovery. Correct the constant.
Cause. The program attempts to equivalence RECORDs that are declared in different
common blocks.
Recovery. Either remove the EQUIVALENCE statement, or else delete one of the
RECORD names from the COMMON statement in which it is declared.
Cause. A FORMAT specification is expected in this context.
Recovery. Correct the statement.
Cause. A dummy argument is expected in this context.
Recovery. Correct the statement.
ERROR IN FORMAT SPECIFICATION
ERROR IN NUMERIC CONSTANT
ERROR IN RECORD EQUIVALENCE
EXPECTED A FORMAT
EXPECTS DUMMY VARIABLE