Product Site

5.4.17.17. maxArraySize

Returns the implementation-defined maximum allocation size allowed for Array and Queue.

Example 5.297. RexxInfo class — maxArraySize method
say .RexxInfo~maxArraySize  -- 100000000          /* 32-bit addressing mode */
say .RexxInfo~maxArraySize  -- 100000000000000000 /* 64-bit addressing mode */