FOR1330S
The statement statement for unit unit-number failed. The file definition statement for file-name referred to a VSAM file, but the file had not been connected to the unit with an OPEN statement. VS FORTRAN Version 2 Error Number: AFB168I

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: 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.

Name Action Taken after Resumption
RN The READ statement is ignored, and execution continues.

Programmer response

If you intend to process a VSAM file, ensure that your program executes an OPEN statement before any other I/O statements.

If you don't intend to process a VSAM file, change the file definition (DD statement or ALLOCATE command) to refer to some other file.

Symbolic Feedback Code

FOR1330