aryPlace

Obtain an array placeholder

Description:

This function 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. aryNew) to indicate where a newly created array should be positioned.

Invocation

void aryPlace( HDSLoc loc, const char name, AryPlace place, int status )

Notes:

Parameters :

loc
HDS locator to the structure to contain the new array.
name
Name of the new structure component (i.e. the array).
place
Returned holding an array placeholder identifying the nominated position in the data system.
status
The global status.