99 INTEGER FUNCTION isetprm ( CPRMNM, IPVAL )
133 IF ( cprmnm .EQ.
'MAXSS' )
THEN
135 ELSE IF ( cprmnm .EQ.
'NFILES' )
THEN
137 ELSE IF ( cprmnm .EQ.
'MXMSGL' )
THEN
139 ELSE IF ( cprmnm .EQ.
'MXDXTS' )
THEN
141 ELSE IF ( cprmnm .EQ.
'MAXMSG' )
THEN
143 ELSE IF ( cprmnm .EQ.
'MAXMEM' )
THEN
145 ELSE IF ( cprmnm .EQ.
'MAXTBA' )
THEN
147 ELSE IF ( cprmnm .EQ.
'MAXTBB' )
THEN
149 ELSE IF ( cprmnm .EQ.
'MAXTBD' )
THEN
151 ELSE IF ( cprmnm .EQ.
'MAXJL' )
THEN
153 ELSE IF ( cprmnm .EQ.
'MXCDV' )
THEN
155 ELSE IF ( cprmnm .EQ.
'MXLCC' )
THEN
157 ELSE IF ( cprmnm .EQ.
'MXCSB' )
THEN
159 ELSE IF ( cprmnm .EQ.
'MXMTBB' )
THEN
161 ELSE IF ( cprmnm .EQ.
'MXMTBD' )
THEN
163 ELSE IF ( cprmnm .EQ.
'MXMTBF' )
THEN
165 ELSE IF ( cprmnm .EQ.
'MAXCD' )
THEN
167 ELSE IF ( cprmnm .EQ.
'MXS01V' )
THEN
169 ELSE IF ( cprmnm .EQ.
'MXBTM' )
THEN
171 ELSE IF ( cprmnm .EQ.
'MXBTMSE' )
THEN
173 ELSE IF ( cprmnm .EQ.
'MXTAMC' )
THEN
175 ELSE IF ( cprmnm .EQ.
'MXTCO' )
THEN
177 ELSE IF ( cprmnm .EQ.
'MXNRV' )
THEN
179 ELSE IF ( cprmnm .EQ.
'MXRST' )
THEN
183 CALL
errwrt(
'++++++++++++++++++WARNING+++++++++++++++++++')
184 errstr =
'BUFRLIB: ISETPRM - UNKNOWN INPUT PARAMETER '//
185 . cprmnm //
' -- NO ACTION WAS TAKEN'
187 CALL
errwrt(
'++++++++++++++++++WARNING+++++++++++++++++++')
This module declares and initializes the MXNRV variable.
This module declares and initializes the MXMTBD variable.
This module declares and initializes the MXS01V variable.
This module declares and initializes the NFILES variable.
This module declares and initializes the MXMTBF variable.
This module declares and initializes the MAXMEM variable.
This module declares and initializes the MXMSGL variable.
This module declares and initializes the MXCSB variable.
This module declares and initializes the MXTAMC variable.
This module declares and initializes the MXDXTS variable.
This module declares and initializes the MXBTMSE variable.
This module declares and initializes the MAXJL variable.
This module declares and initializes the MXTCO variable.
This module declares and initializes the MAXSS variable.
This module declares and initializes the MXBTM variable.
This module declares and initializes the MXCDV variable.
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 MAXTBB variable.
This module declares and initializes the MAXCD variable.
INTEGER function isetprm(CPRMNM, IPVAL)
This function sets a specified parameter to a specified value for use in dynamically allocating one o...
This module declares and initializes the MXLCC variable.
This module declares and initializes the MXRST variable.
This module declares and initializes the MAXTBD variable.
This module declares and initializes the MAXTBA variable.
This module declares and initializes the MXMTBB variable.
This module declares and initializes the MAXMSG variable.