OFFSETADD Function

Purpose

Adds an integer to an offset.

Syntax

OFFSETADD(x,y)

Parameters

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).

Description

OFFSETADD returns the sum of the arguments. You can use it to set the value of an offset variable.

Restrictions

None.