PAR_DEF0x

Sets a scalar dynamic default parameter value

Description:

This routine sets a scalar as the dynamic default value for a parameter. The dynamic default may be used as the parameter value by means of appropriate specifications in the interface file.

If the declared parameter type differs from the type of the value supplied, then conversion is performed.

Invocation

CALL PAR_DEF0x( PARAM, VALUE, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
The name of the parameter.
VALUE = ? (Given)
The dynamic default value for the parameter.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: