NDF_ANNUL

Annul an NDF identifier

Description:

The routine annuls the NDF identifier supplied so that it is no longer recognised as a valid identifier by the NDF_ routines. Any resources associated with it are released and made available for re-use. If any NDF components are mapped for access, then they are automatically unmapped by this routine.

Invocation

CALL NDF_ANNUL( INDF, STATUS )

Arguments

INDF = INTEGER (Given and Returned)
The NDF identifier to be annulled. A value of NDF__NOID is returned (as defined in the include file NDF_PAR).
STATUS = INTEGER (Given and Returned)
The global status.

Notes: