Processing math: 100%

ARY_PLACE

Obtain an array placeholder

Description:

The routine returns an array placeholder. A placeholder is used to identify a position in the underlying data system (HDS) and may be passed to other routines (e.g. ARY_NEW) to indicate where a newly created array should be positioned.

Invocation

CALL ARY_PLACE( LOC, NAME, PLACE, STATUS )

Arguments

LOC = CHARACTER ( ) (Given)
HDS locator to the structure to contain the new array.
NAME = CHARACTER ( ) (Given)
Name of the new structure component (i.e. the array).
PLACE = INTEGER (Returned)
Array placeholder identifying the nominated position in the data system.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: