FOR1270S
The WAIT statement for unit unit-number, which was connected to file-name, failed. There was no corresponding READ or WRITE statement. VS FORTRAN Version 2 Error Number: AFB287I

System action

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, statement has a value of WAIT, and parm_count has a value of 4.

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

Programmer response

Ensure that the program executes a WAIT statement only after a corresponding asynchronous READ or WRITE statement.

Symbolic Feedback Code

FOR1270