HDS_COPY

Copy an object to a new container file

Description:

The routine makes a copy of an HDS object, placing the copy in a new container file (which is created), as the top-level object. The copying operation is recursive; i.e. all sub-components of a structure will also be copied.

Invocation

CALL HDS_COPY( LOC, FILE, NAME, STATUS )

Arguments

LOC = CHARACTER  ( DAT__SZLOC ) (Given)
Locator for the object to be copied.
FILE = CHARACTER  (  ) (Given)
Name of the new container file to be created.
NAME = CHARACTER  (  ) (Given)
Name which the new top-level object is to have.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: