Processing math: 100%

PAR_PUT1x

Puts a vector of values into a parameter

Description:

This routine puts a one-dimensional array of values into a parameter. If necessary, the specified array is converted to the type of the parameter.

Invocation

CALL PAR_PUT1x( 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.
VALUES( NVAL ) = ? (Given)
The array of values to be put into the parameter.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: