FOR1559S
locator-text There was a system completion code of completion-code involving file file-name. Seek assistance from your Language Environment support personnel. Fortran Version 2 Error Number: AFB111I (format 1), AFB225I (format 4)

Explanation

In support of the Fortran I/O statement indicated by the message text, Language Environment executed a data management macro instruction such as OPEN, READ, WRITE, or CHECK. Either MVS™ or DFSMS/MVS detected the error indicated by the system completion (abend) code completion-code.

locator-text gives more information about the location of the error, and can be one of the following:
  • The statement statement for unit unit-number failed.
  • The INQUIRE statement failed.
  • An error occurred during enclave termination.

System action

If the error occurred during enclave termination or from a CLOSE statement, the file is disconnected, but not deleted (as though the STATUS specifier had been coded with a value of KEEP). If the error occurred during the execution of an OPEN statement, the unit is no longer connected to a file.

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

Ensure that the file definition (DD statement or ALLOCATE command) for the file you are using is coded correctly. If the the program uses dynamic allocation for the file, ensure that both the data set name given in the FILE specifier on the OPEN statement and the arguments on call to the FILEINF callable service are coded correctly.

For the meaning of completion-code and for possible corrective actions, refer to z/OS DFSMS Macro Instructions for Data Sets.

Symbolic Feedback Code

FOR1559