Description:
The text of the error
message associated with the Fortran I/O status value, IOSTAT, is assigned to the named message
token. If the token is already defined, the message is appended to the existing token value.
Invocation
CALL ERR_FIOER( TOKEN, IOSTAT )
Arguments
TOKEN = CHARACTER
∗ (
∗ )
(Given)
The message token name.
IOSTAT = INTEGER (Given)
The Fortran I/O status value.
System-specific
The messages generated using this facility will depend on the computer system upon
which the library is implemented.