Upjarray

jarray Method new

Create a new Array, for storage of elements of arrayType, with arrayDims dimensions. See copyfile javatypes.cpy for a list of level-78 data items defining values for different data types supported by Arrays. Pass arrayType and arrayDims BY VALUE.

arrayBoundsTable is a table in which each arrayBound item defines the number of elements for a dimension. Pass arrayBoundsTable BY REFERENCE.

Using Parameters
arrayType PIC 9(9) COMP-5
arrayDims PIC 9(9) COMP-5
arrayBoundsTable GROUP
Returning Parameter
retArray OBJECT