You can use the
COPY-LOB statement to copy large object data from one
BLOB or
MEMPTR to another.
COPY-LOB also handles moving
BLOB or
MEMPTR data to or from the file system. For more information, see
Copyinglarge objects.
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
BLOB data type.
For examples on how to use
BLOB fields in an application, see
Using large objects in ABL.