Processing math: 100%

ERR_FIOER

Assign a Fortran I/O error message to a token

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.