35 RECURSIVE SUBROUTINE openbt(LUNDX,MTYP)
48 CALL x84(mtyp,my_mtyp,1)
50 CALL x48(lundx,lundx,1)
57 CALL errwrt(
'+++++++++++++++++++++WARNING+++++++++++++++++++++++')
58 errstr =
'BUFRLIB: OPENBT - THIS IS A DUMMY BUFRLIB ROUTINE'//
59 .
' CALLED BY CKTABA OR APPL. PGM; OPENBT SHOULD BE INCL.'//
60 .
' IN-LINE IN APPL. PGM'
62 CALL errwrt(
'+++++++++++++++++++++WARNING+++++++++++++++++++++++')
subroutine errwrt(STR)
This subroutine allows the user to specify a custom location for the logging of error and diagnostic ...
This module declares and initializes the IM8B variable.
logical, public im8b
Status indicator to keep track of whether all future calls to BUFRLIB subroutines and functions from ...
recursive subroutine openbt(LUNDX, MTYP)
This subroutine is called as a last resort from within subroutine cktaba(), in the event the latter s...
subroutine x48(IIN4, IOUT8, NVAL)
Encode one or more 4-byte integer values as 8-byte integer values.
subroutine x84(IIN8, IOUT4, NVAL)
Encode one or more 8-byte integer values as 4-byte integer values.