NDF_CREPL

Create a new NDF placeholder via the ADAM parameter system

Description:

The routine creates a new NDF placeholder via the ADAM parameter system, associates it with a parameter, and returns an identifier for it. A placeholder is used to identify a position in the underlying data system (HDS) and may be passed to other routines (e.g. NDF_NEW) to indicate where a newly created NDF should be positioned.

Invocation

CALL NDF_CREPL( PARAM, PLACE, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
Name of the ADAM parameter.
PLACE = INTEGER (Returned)
NDF placeholder identifying the nominated position in the data system.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: