FOR1276S
The asynchronous statement statement for unit unit-number, which was connected to file-name, failed. The file definition statement referred to a file type or device type that cannot be used for asynchronous I/O. VS FORTRAN Version 2 Error Number: AFB090I (format 2), AFB194I (format 1)

Explanation

An asynchronous statement statement was executed for unit unit, and one of the following was true:
  • The file definition (DD statement or ALLOCATE statement) for the ddname FTnnF001 referred to a file that was neither a tape nor an non-VSAM disk file other than a PDS member.
  • There was a file definition with the ddname FTnnP001.

System action

The condition is signaled. If the condition is unhandled, the application is terminated.

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

Programmer response

If you want to use asynchronous I/O, then provide a file definition that refers to either a tape nor an non-VSAM disk file other than a PDS member. Also, do not provide a file definition with the ddname FTnnP001 because asynchronous I/O cannot be performed on striped files.

If you didn't intend to use an asynchronous I/O statement, which is identified by the ID specifier, then correct your program so that you don't use one for a unit that's connected to one of the prohibited file or device types.

Symbolic Feedback Code

FOR1276