ARY_FIND

Find an array in an HDS structure and import it into the ARY_ system

Description:

The routine finds a named array within an HDS structure, imports it into the ARY_ system and issues an identifier for it. The imported array may then be manipulated by the ARY_ routines.

Invocation

CALL ARY_FIND( LOC, NAME, IARY, STATUS )

Arguments

LOC = CHARACTER ( ) (Given)
Locator to the enclosing HDS structure.
NAME = CHARACTER ( ) (Given)
Name of the HDS structure component to be imported.
IARY = INTEGER (Returned)
Array identifier.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: