Puts a scalar value into a parameter PAR_PUT0x
There is a routine for each of the data types character, double precision, integer, logical, and real:
replace "x"
in the routine name by C, D, I, K, L, or R respectively as appropriate. The VALUE
argument must have the corresponding data type.
A scalar (zero-dimensional) parameter is different from a vector (one-dimensional) parameter containing a single value.
In order to obtain a storage object for the parameter, the current implementation of the underlying ADAM parameter system will proceed in the same way as it does for input parameters. This can result in users being prompted for ‘a value’. This behaviour, and how to avoid it, is discussed further in the Interface Module Reference Manual (SUN/115).
Limit checks for IN, RANGE, MIN/MAX are not applied.