Working with Arithmetic

Your REXX procedures may need to include arithmetic operations of addition, subtraction, multiplication, and division. For example, you may want to assign a numeric value to two variables and then add the variables.

Arithmetic operations are performed the usual way. You can use whole numbers and decimal fractions. A whole number is an integer, or any number that is a natural number, either positive, negative, or zero, that does not contain a decimal part (for example, 1, 25, or 50). A decimal fraction contains a decimal point (for example, 1.45 or 0.6).

Before you see how these four operations are handled in a procedure, here is an explanation of what the operations look like and the symbols used. These are just a few of the arithmetic operations used in REXX.

┴╓: The examples contain a blank space between numbers and operators so that you can see the equations better, but the blank is optional.