PAR_PUT0x

Puts a scalar value into a parameter

Description:

This routine puts a scalar value into a parameter. If necessary, the specified value is converted to the type of the parameter.

Invocation

CALL PAR_PUT0x( PARAM, VALUE, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
The parameter name.
VALUE = ? (Given)
The value to be put into the parameter.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: