NDF_CANCL

Cancel the association of an NDF with an ADAM parameter

Description:

This routine cancels the association of an NDF with an ADAM parameter. A subsequent attempt to get a value for the parameter will result in a new value being obtained by the underlying parameter system.

By supplying a blank parameter name, all currently active NDF parameters can be cancelled in a single call. However, it is possible to exclude selected parameters from this automatic cancellation if necessary. To do this, the parameter to be excluded should be marked by making a prior call to this routine with an asterisk appended to the end of the parameter name. Any subsequent call to this routine with a blank parameter name will skip such marked parameters. To mark all currently active NDF parameters in this way, supply the PARAM argument holding just an asterisk.

Invocation

CALL NDF_CANCL( PARAM, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
Name of the ADAM parameter to be cancelled or marked.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: