Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-B7F6125E-B8C2-4606-9B0F-4EE53B772FE1
Visible to Intel only — GUID: GUID-B7F6125E-B8C2-4606-9B0F-4EE53B772FE1
I/O Message Specifier (IOMSG=)
The I/O message specifier designates a variable to contain the message to be returned when an I/O error occurs. It takes the following form:
IOMSG=msg-var
msg-var |
Is a scalar default character variable. |
If an error (ERR=), end-of-file (END=), or end-of-record (EOR=) condition occurs during execution of an I/O statement, msg-var is assigned an explanatory message.
If no error occurs, the value of the variable remains unchanged.