FORTRAN Reference Manual
Compile-Time Diagnostic Messages
FORTRAN Reference Manual—528615-001
F-16
Error Messages
Cause. A Hollerith character string contains fewer characters than were specified.
Recovery. Make the statement long enough to have the indicated number of 
characters following the H.
Cause. An integer constant in a compiler directive that requires a value in the range -
32768 through +32767 is outside this range.
Recovery. Correct the constant.
Cause. The upper bound of a substring is less than its lower bound, or a bound is 
outside the range 1 through 255, or the upper bound exceeds the length of the variable 
or array element.
Recovery. Correct the substring specification.
Cause. The name list of a DATA statement includes something other than a variable 
name, an array name, an array element, or a substring. In particular, RECORDs, 
RECORD fields, and dummy arguments are not allowed.
Recovery. Correct the statement.
Cause. The file name in a UNIT compiler directive contains a syntax error.
Recovery. Correct the file name.
INSUFFICIENT TEXT FOR HOLLERITH CONSTANT
INTEGER OVERFLOW
INVALID BOUNDS FOR SUBSTRING
INVALID DATA ITEM ** name
INVALID FILE NAME










