z/OS TSO/E REXX Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Numbers used directly by REXX

z/OS TSO/E REXX Reference
SA32-0972-00

As discussed, the result of any arithmetic operation is rounded (if necessary) according to the setting of NUMERIC DIGITS. Similarly, when REXX directly uses a number (which has not necessarily been involved in an arithmetic operation), the same rounding is also applied. It is just as though the number had been added to 0.

In the following cases, the number used must be a whole number, and an implementation restriction on the largest number that can be used may apply:
  • The positional patterns in parsing templates (including variable positional patterns)
  • The power value (right hand operand) of the power operator
  • The values of exprr and exprf in the DO instruction
  • The values given for DIGITS or FUZZ in the NUMERIC instruction
  • Any number used in the numeric option in the TRACE instruction

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014