- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑
Description:
The routine returns a
logical value indicating whether an array is currently mapped for access through the identifier
supplied.
Invocation
CALL ARY_ISMAP( IARY, MAPPED, STATUS )
Arguments
IARY = INTEGER
(Given)
Array identifier.
MAPPED = LOGICAL (Returned)
Whether the array is mapped for
access through the IARY identifier.
STATUS = INTEGER (Given and Returned)
The global status.
- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑