DAT_NEW1x

Create vector component

Description:

Create a new vector primitive component in a structure.

Invocation

CALL DAT_NEW1x( LOC, NAME, EL, STATUS )

Arguments

LOC = CHARACTER  ( DAT__SZLOC ) (Given)
Structure locator.
NAME = CHARACTER  ( DAT__SZNAM ) (Given)
Component name.
EL = INTEGER (Given)
Number of elements.
STATUS = INTEGER (Given and Returned)
The global status.

Notes:

There is a routine for each standard data type; to call them, replace x by D (Double), I (Integer), L (Logical), R (Real).