getType | jarray | putObject![]() |
Put 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 getElement.
| arrayDims | PIC 9(9) COMP-5 |
| arrayIndexTable | GROUP |
| arrayData | PIC X |