Processing math: 100%

PAR_GET0x

Obtains a scalar value from a parameter

Description:

This routine obtains a scalar value from a parameter. If it is necessary, the value is converted to the required type.

Invocation

CALL PAR_GET0x( PARAM, VALUE, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
The parameter name.
VALUE = ? (Returned)
The parameter value.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: