3.2.2. ABS(number)

Returns the absolute value of the number, which can be any valid
REXX number. Note that the result will be normalized according to
the current setting of NUMERIC.

     ABS( -42 )     –>   42
     ABS( 100 )     –>   100



PREV NEXT