FORTRAN Reference Manual
Compile-Time Diagnostic Messages
FORTRAN Reference Manual—528615-001
F-13
Error Messages
Cause. The attributes specified for an identifier are incompatible with each other.
Recovery. Correct the specifications.
Cause. The control list of an INQUIRE statement includes both UNIT and FILE
specifiers. Or, the control list of a POSITION statement includes a REC specifier and
also any of KEY, KEYLEN, KEYID, MODE, COMPARELEN, and SKIPEXACT
specifiers.
Recovery. Correct the statement.
Cause. The body of a DO loop cannot end with this type of statement.
Recovery. Use a CONTINUE statement or otherwise correct the DO loop.
Cause. An operand of some other data type appears in a context that requires a type
logical value.
Recovery. Correct the expression.
Cause. An arithmetic or character operator appears in a context that requires a logical
operator.
Recovery. Correct the expression.
ILLEGAL COMBINATION OF ATTRIBUTES
ILLEGAL COMBINATION OF SPECIFIERS
ILLEGAL LAST STATEMENT FOR DO
ILLEGAL LOGICAL OPERAND
ILLEGAL LOGICAL OPERATOR










