Processing math: 100%

PAR_MAXx

Sets a maximum value for a parameter

Description:

This routine sets a maximum value for the specified parameter. The value will be used as an upper limit for any value subsequently obtained for the parameter.

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

Invocation

CALL PAR_MAXx( PARAM, VALUE, STATUS )

Arguments

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

Notes: