PAR_MINx

Sets a minimum value for a parameter

Description:

This routine sets a minimum value for the specified parameter. The value will be used as a lower limit for any value subsequently obtained for the parameter.

If the routine fails, any existing minimum value will be unset.

Invocation

CALL PAR_MINx( PARAM, VALUE, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
The parameter name.
VALUE = ? (Given)
The value to be set as the minimum. It must not be outside any RANGE specified for the parameter in the interface file.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: