When you define a field as a
CLOB, you can specify a code page for it.
The
BUFFER-COPY statement operates on
CLOB fields. A
BUFFER-COPY of a record with a
CLOB in it results in the creation of a
CLOB for the new record. Use the
NO-LOBS option if you want to skip
CLOB fields during
BUFFER-COPY.
To determine whether the buffer has large object fields defined in it, you can use the
HAS-LOBS attribute for a
BUFFER object. You can then check the data type of the buffer fields for the
CLOB data type.
For examples on how to use
CLOB fields in an application, see
Using large objects in ABL.