Sign Condition

The sign condition tests whether an arithmetic expression is positive, negative, or zero. The format of a sign condition is:

arithmetic-expression IS [NOT] {POSITIVE}
                               {NEGATIVE}
                               {ZERO    }

An arithmetic expression is POSITIVE if it is greater than zero, NEGATIVE if it is less than zero. If the NOT option is specified, the truth value of the test is reversed.