$LobReserve

From m204wiki
Revision as of 18:34, 12 July 2017 by JAL (talk | contribs) (misc cleanup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The $LobReserve function returns the number of bytes specified in the RESERVE n BYTES clause for a Store or Add statement of a BINARY-LARGE-OBJECT (BLOB) or a CHARACTER-LARGE-OBJECT (CLOB). A RESERVE n BYTES clause is used when the data being stored will be changed later to a value of n bytes.

The $LobReserve function takes one argument that can be a field name or a field name variable (%%variable).

Syntax

$LobReserve(Large-Object-fieldname | %%variable)