IS_IOSTAT_EOR intrinsic function
Standard: F77 F90 F95 F2003 F2008
  Example Program
<Syntax>
IS_IOSTAT_EOR ( I )

I : Integer;
Result : Logical with default kind.
<Semantics>
Returns .TRUE. if the value of I is the same as an IOSTAT= value that indicates an end-of-record condition, and .FALSE. otherwise. This is an elemental function; if I is an array the result is an array of the same shape, with the IS_IOSTAT_EOR operation applied to each element of I.
<Related>
EOR= specifier, IS_IOSTAT_END intrinsic function, IOSTAT= specifier.