PreviousgetDimensions Upjarray getObjectNext

jarray Method getElement

Get the element at the specified position in an Array. arrayDims indicates the number of dimensions in the Array and arrayIndexTable gives the index for each dimension. arrayData returns the value from the Array.

Pass arrayDims BY VALUE. Pass arrayIndexTable BY REFERENCE. Pass arrayData BY REFERENCE.

See method putElement.

Using Parameters
arrayDims PIC 9(9) COMP-5
arrayIndexTable GROUP
arrayData PIC X