Navigation: Function Index > S
SQRT
(SQRT(arg))
Returns square root of arg. Arg must be a positive value with a DOUBLE, REAL, NUMERIC, or INTEGER data type.
In the following example, the value of vsqrt is 10.
SET VAR vsqrt = (SQRT(100))