FOR1281S
The asynchronous statement statement for unit unit-number, which was connected to file-name, failed. The program resides in authorized library. VS FORTRAN Version 2 Error Number: AFB952I (format 8)

Explanation

Your program was link edited with an AC option that provided an authorization code of other than 0, and your program was in an authorized library. In addition, your program used an asynchronous I/O statement, but this is inconsistent with executing in an authorized state because of the internal implementation of asynchronous I/O.

Language Environment does not support execution of Fortran programs running in an authorized state. Running such programs, while not diagnosed in all cases, causes a system integrity exposure.

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

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

Programmer response

Link edit your program without the AC option so that it does not run in an authorized state.

Symbolic Feedback Code

FOR1281