DAT_COPY

Copy object

Description:

Recursively copy an object into a component. This means that the complete object (including its components and its components’s components, etc.) is copied, not just the top level.

Invocation

CALL DAT_COPY( LOC1, LOC2, NAME, STATUS )

Arguments

LOC1 = CHARACTER  ( DAT__SZLOC ) (Given)
Object locator.
LOC2 = CHARACTER  ( DAT__SZLOC ) (Given)
Structure locator.
NAME = CHARACTER  ( DAT__SZNAM ) (Given)
Component name.
STATUS = INTEGER (Given and Returned)
The global status.