NDF_FIND

Find an NDF and import it into the NDF_ system

Description:

The routine finds an NDF within an HDS structure or container file, imports it into the NDF_ system and issues an identifier for it. The imported NDF may then be manipulated by the NDF_ routines.

Invocation

CALL NDF_FIND( LOC, NAME, INDF, STATUS )

Arguments

LOC = CHARACTER ( ) (Given)
Locator to the enclosing HDS structure.
NAME = CHARACTER ( ) (Given)
Name of the HDS structure component to be imported.
INDF = INTEGER (Returned)
NDF identifier.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: