ABS or ABSVAL

Returns the absolute value of a number. The argument must be a number.

Example:

Assume column PROFIT has a large integer with a value of -50000.

   ABSVAL(PROFIT)

Returns the value 50000.