Obtain mapped access to an array aryMap
If the array is a scaled array, the returned mapped values will be the stored array values multiplied by the scale factor and shifted by the zero term.
If the array is a delta (i.e. compressed) array, the returned mapped values will be the uncompressed array values.
Currently, only READ access is available for scaled and compressed arrays. An error will be reported if an attempt is made to get WRITE or UPDATE access to a scaled or compressed array.
"
_REAL"
). "
READ"
, "
UPDATE"
or "
WRITE"
, with an optional
initialisation mode "
/BAD"
or "
/ZERO"
appended.