NDF_TEMP

Obtain a placeholder for a temporary NDF

Description:

The routine returns an NDF placeholder which may be used to create a temporary NDF (i.e. one which will be deleted automatically once the last identifier associated with it is annulled). The placeholder returned by this routine may be passed to other routines (e.g. NDF_NEW or NDF_COPY) to produce a temporary NDF in the same way as a new permanent NDF would be created.

Invocation

CALL NDF_TEMP( PLACE, STATUS )

Arguments

PLACE = INTEGER (Returned)
Placeholder for a temporary NDF.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: