ARY_DELET

Delete an array

Description:

The routine deletes the specified array. If this is a base array, then the associated data object is erased and all array identifiers which refer to it (or to sections derived from it) become invalid. If the array is mapped for access, then it is first unmapped. If an array section is specified, then this routine is equivalent to calling ARY_ANNUL.

Invocation

CALL ARY_DELET( IARY, STATUS )

Arguments

IARY = INTEGER (Given and Returned)
Identifier for the array to be deleted. A value of ARY__NOID is returned.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: