- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑
Description:
The routine unmaps an array which has
previously been mapped for READ, UPDATE or WRITE access.
Invocation
CALL ARY_UNMAP( IARY,
STATUS )
Arguments
IARY = INTEGER (Given)
Array identifier.
STATUS = INTEGER (Given
and Returned)
The global status.
Notes:
-
This routine attempts to execute even if STATUS is set on entry, although no further error report will
be made if it subsequently fails under these circumstances.
-
An error will result if the array has not previously been mapped for access.
- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑