Returns a floating-point value with the base, mode, and precision of x, and that is the smallest number that is larger than x.
SUCC(x)
The -dfp compiler option (FLOAT DFP) must be in effect.
The argument x must be type FLOAT DECIMAL.
The following relationships are satisfied by SUCC:
pred(succ(x)) = x succ(pred(x)) = x