FORTRAN Reference Manual
Run-Time Diagnostic Messages
FORTRAN Reference Manual—528615-001
G-26
Input/Output Messages
59
Cause. The file system reported an error when a routine tried to access the standard
input file. error is a file-system error code.
Effect. The run-time can report this error when it closes your input file. All other
instances are language and application dependent.
Recovery. If the error was caused by a read request from your program, correct your
program. You might need to ensure that your program handles conditions that are
beyond your control such as losing a path to the device. Also refer to error handling in
this manual and in the language manual for the routine in your program that detected
the error.
If the error was caused by a read request from the run-time, consult your system
administrator.
60
Cause. The file system reported an error when the run-time called a system procedure
to access standard output. error is the file-system error.
Effect. The run-time can report this error when it closes your output file. All other
instances are language and application dependent.
Recovery. If the error was caused by a write request from your program, correct your
program. You might need to ensure that your program handles conditions that are
beyond your control such as losing a path to the device. Also refer to error handling in
this manual and in the language manual for the routine in your program that detected
the error.
If the error was caused by a write request from the run-time, consult your system
administrator.
61
Cause. The file system reported an error when the run-time called a file system
procedure to access the standard log file. error is the file-system error.
Effect. The run-time terminates your program.
Recovery. Consult your system administrator.
Standard input file error ( error )
Standard output file error ( error )
Standard log file error ( error )










