IS_IOSTAT_EOR(I) (Fortran 2003)

Purpose

Checks for an end-of-record condition.

Class

Elemental function

Argument type and attributes

I
An INTENT(IN) INTEGER

Result type and attributes

Default logical scalar

Result value

Returns .TRUE. if the argument matches the value of the IOSTAT= specifier when an end-of-record condition has occurred. Otherwise, IS_IOSTAT_EOR returns .FALSE..