ARY_ANNUL

Annul an array identifier

Description:

The routine annuls the array identifier supplied so that it is no longer recognised as a valid identifier by the ARY_ routines. Any resources associated with it are released and made available for re-use. If the array is mapped for access, then it is automatically unmapped by this routine.

Invocation

CALL ARY_ANNUL( IARY, STATUS )

Arguments

IARY = INTEGER (Given and Returned)
The array identifier to be annulled. A value of ARY__NOID is returned (as defined in the include file ARY_PAR).
STATUS = INTEGER (Given and Returned)
The global status.

Notes: