PAR_PUTVx

Puts an array of values into a parameter as if the parameter were a vector

Description:

This routine puts a one-dimensional array of primitive values into a parameter as it if the parameter were vectorized (i.e. regardless of its actual dimensionality). If necessary, the specified array is converted to the type of the parameter.

Invocation

CALL PAR_PUTVx( PARAM, NVAL, VALUES, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
The parameter name.
NVAL = INTEGER (Given)
The number of values that are to be put into the parameter. It must match the actual parameter’s size.
VALUES( NVAL ) = ? (Given)
The values to be put into the parameter.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: