NDF_HCOPY

Copy history information from one NDF to another

Description:

The routine copies history information from one NDF to another, replacing any that already exists in the destination NDF.

Invocation

CALL NDF_HCOPY( INDF1, INDF2, STATUS )

Arguments

INDF1 = INTEGER (Given)
Identifier for the NDF (or NDF section) containing the history information to be copied.
INDF2 = INTEGER (Given)
Identifier for the NDF to receive the copied history information.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: