Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- F77(Microsoft (C) V4.0) - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

The  IGETER  function  and  the  ICLRER  subroutine  are  included  for
compatibility with previous versions of FORTRAN. Their functionality is
provided in the current version by the IOSTAT = option.
IGETER is called after  an I/O operation  that includes  the  ERR =  or
IOSTAT = option. It returns the following values:
        0            No error occured.
        Negative value    An end-of-file condition occured, but no other
                                                        error occured.
        Positive value    An error occured. The return value is the error
                                                        number.
The IGETER calling interface has the following form:

                INTEGER*2  FUNCTION  IGETER ( IUNIT )
                INTEGER*2  IUNIT
                        .
                        .
                END

ICLRER reset the FORTRAN run-time-error code information after an error
has been encountered  and handled  through  ERR =  and  IOSTAT =  . The
ICLRER calling interface has the following form:

                SUBROUTINE  ICLRER ( IUNIT )
                INTEGER*2   IUNIT
                        .
                        .
                END

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson