REF_NEW

Create a new reference object

Description:

This routine creates a reference object as a component of a specified structure. If the component already exists, an error is reported.

Invocation

CALL REF_NEW( ELOC, CNAME, STATUS )

Arguments

ELOC = CHARACTER ( DAT__SZLOC ) (Given)
A locator associated with the structure which is to contain the reference object.
CNAME = CHARACTER ( DAT__SZNAM ) (Given)
The name of the component to be created in the structure located by ELOC.
STATUS = INTEGER (Given and Returned)
Inherited global status.