ABS or ABSVAL ABS or ABSVAL (function)

ABS or ABSVAL returns the absolute value of a numeric expression. The return type is the type of parameter. All built-in numeric types are supported (, , , , , , , and ).

Syntax ABS(NumericExpression) -- returns 3 VALUES ABS(-3)