65 CHARACTER*128 bort_str
70 IF(lunit.LE.0 .OR. lunit.GT.99) goto 900
83 IF(abs(iolun(i)).EQ.lunit) lun = i
92 IF(iolun(i).EQ.0)
THEN
112 il = sign(1,iolun(lun))
119 900
WRITE(bort_str,
'("BUFRLIB: STATUS - INPUT UNIT NUMBER (",I3,") '//
120 .
'OUTSIDE LEGAL RANGE OF 1-99")') lunit
subroutine status(LUNIT, LUN, IL, IM)
This subroutine checks whether a specified Fortran logical unit number is currently connected to the ...
subroutine bort(STR)
This subroutine calls subroutine errwrt() to log an error message, then calls subroutine bort_exit() ...