NDF_CLONE

Clone an NDF identifier

Description:

The routine produces a "cloned" copy of an NDF identifier (i.e. it produces a new identifier describing an NDF with identical attributes to the original).

Invocation

CALL NDF_CLONE( INDF1, INDF2, STATUS )

Arguments

INDF1 = INTEGER (Given)
NDF identifier to be cloned.
INDF2 = INTEGER (Returned)
Cloned identifier.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: