NDF_ASSOC

Associate an existing NDF with an ADAM parameter

Description:

The routine obtains access to an existing NDF through the ADAM parameter system, associates it with the named parameter, and issues an NDF identifier for it.

Invocation

CALL NDF_ASSOC( PARAM, MODE, INDF, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
Name of the ADAM parameter.
MODE = CHARACTER ( ) (Given)
Type of NDF access required: READ, UPDATE or WRITE.
INDF = INTEGER (Returned)
NDF identifier.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: