FOR1387S
The OPEN statement could not connect unit unit-number to file-name. The CHAR specifier had a value of char, which was other than DBCS or NODBCS. Fortran Version 2 Error Number: AFB104I

System action

If the unit is other than the error message unit, 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, statement has a value of READ, and parm_count has a value of 4.

Permissible Resume Actions:

Name Action Taken after Resumption
RN The OPEN statement is not completed, and execution continues.

Programmer response

Depending on whether your input file contains double-byte characters that are to be read with a formatted READ statement, change the value of the CHAR specifier on the OPEN statement to DBCS or NODBCS. If you code the value as a character constant, enclose the value in quotes or apostrophes.

Symbolic Feedback Code

FOR1387