Specifications
Visual Fortran Run-Time Errors Page 7 of 48
RECORDTYPE=’FIXED’ or ’VARIABLE’ in effect, or was created by a program
written in a language other than Fortran or Fortran 90.
36
severe (36): Attempt to access non-existent record
FOR$IOS_ATTACCNON. A direct-access READ or FIND statement attempted to
access beyond the end of a relative file (or a sequential file on disk with fixed-length
records) or access a record that was previously deleted from a relative file.
37
severe (37): Inconsistent record length
FOR$IOS_INCRECLEN. An attempt was made to open a direct access file without
specifying a record length.
38
severe (38): Error during write
FOR$IOS_ERRDURWRI. The DIGITAL Fortran RTL I/O system detected an error
condition during execution of a WRITE statement.
39
severe (39): Error during read
FOR$IOS_ERRDURREA. The DIGITAL Fortran RTL I/O system detected an error
condition during execution of a READ statement.
40
severe (40): Recursive I/O operation
FOR$IOS_RECIO_OPE. While processing an I/O statement for a logical unit, another
I/O operation on the same logical unit was attempted, such as a function subprogram
that performs I/O to the same logical unit that was referenced in an expression in an I/O
list or variable format expression.
41
severe (41): Insufficient virtual memory
FOR$IOS_INSVIRMEM. The DIGITAL Fortran RTL attempted to exceed its available
virtual memory while dynamically allocating space. To overcome this problem,
investigate increasing the data limit (Control Panel, System, Performance Tab, Virtual
Memory). Before you try to run this program again, wait until the new system resources
take effect.
42
severe (42): No such device
FOR$IOS_NO_SUCDEV. A pathname included an invalid or unknown device name
when an OPEN operation was attempted.
43
severe (43): File name specification error
FOR$IOS_FILNAMSPE. A pathname or file name given to an OPEN or INQUIRE
statement was not acceptable to the DIGITAL Fortran RTL I/O system.
44
severe (44): Inconsistent record type