FOR1922S
The statement statement for unit unit-number, which was connected to file-name, failed. The file was not usable because a permanent I/O error was detected Fortran Version 2 Error Number: AFB152I

System action

If neither the ERR nor the IOSTAT specifier is present on the I/O statement, the condition is signaled. If the condition is unhandled, the application is terminated.

Qualifying Data: Only the basic set of four qualifying data for I/O conditions as shown in Table 1. Within this basic set, parm_count has a value of 4.

Permissible Resume Actions:

Name Action Taken after Resumption
RN The I/O operation is not completed, and execution continues.

Programmer response

Determine the cause of the error on some previous I/O statement that was executed for this unit, and correct the problem.

To continue using a file connected for sequential access after an error has occurred, execute a REWIND statement.

To use the same unit or file through a newly established file connection, execute a CLOSE statement followed by an OPEN statement.

Symbolic Feedback Code

FOR1922