Product Site

5.4.17.12. internalMaxNumber

Returns the maximum allowed value for internal whole numbers used e. g. as arguments to built-in functions, as the right-hand operand of the power (**) operator, or as the values of exprr and exprf in a DO or LOOP instruction.

See also methods internalMinNumber and internalDigits.

Example 5.292. RexxInfo class — internalMaxNumber method
say .RexxInfo~internalMaxNumber  -- 999999999          /* 32-bit addressing mode */
say .RexxInfo~internalMaxNumber  -- 999999999999999999 /* 64-bit addressing mode */