Subtracts an integer from an offset.
OFFSETSUBTRACT(x,y)
x is an expression. x must be specified as OFFSET.
y is an expression. y must have a computational type and is converted to FIXED BINARY(31,0).
OFFSETSUBTRACT is equivalent to OFFSETADD(x,-y). You can use it to set the value of an offset variable.
None.
Description
OFFSETSUBTRACT is equivalent to OFFSETADD(x,-y). You can use it to set the value of an offset variable.