Specifications
Visual Fortran Run-Time Errors Page 10 of 48
Number Severity Level, Number, and Message Text; Condition Symbol and Explanation
61
severe or info¹ (61): Format/variable-type mismatch
FOR$IOS_FORVARMIS². An attempt was made either to read or write a real variable
with an integer field descriptor (I, L, O, Z, B), or to read or write an integer or logical
variable with a real field descriptor ( D, E, or F). To suppress this error message, see the
description of /check:noformat.
62
severe (62): Syntax error in format
FOR$IOS_SYNERRFOR. A syntax error was encountered while the RTL was
processing a format stored in an array or character variable.
63
error or info¹ (63): Output conversion error
FOR$IOS_OUTCONERR². During a formatted output operation, the value of a
particular number could not be output in the specified field length without loss of
significant digits. When this situation is encountered, the overflowed field is filled with
asterisks to indicate the error in the output record. If no ERR address has been defined
for this error, the program continues after the error message is displayed. To suppress
this error message, see the description of /check:nooutput_conversion.
64
severe (64): Input conversion error
FOR$IOS_INPCONERR². During a formatted input operation, an invalid character was
detected in an input field, or the input value overflowed the range representable in the
input variable. The value of the variable was set to zero.
65
error (65): Floating invalid
FOR$IOS_FLTINV. During an arithmetic operation, the floating-point values used in a
calculation were invalid for the type of operation requested or invalid exceptional
values. For example, the error can occur if you request a log of the floating-point values
0.0 or a negative number. For certain arithmetic expressions, specifying the
/check:nopower option can suppress this message.
66
severe (66): Output statement overflows record
FOR$IOS_OUTSTAOVE. An output statement attempted to transfer more data than
would fit in the maximum record size.
67
severe (67): Input statement requires too much data
FOR$IOS_INPSTAREQ. Attempted to read more data than exists in a record with an
unformatted READ statement or with a formatted sequential READ statement from a
file opened with a PAD specifier value of 'NO'.
68
severe (68): Variable format expression value error










