Similar to a
BLOB field, a
CLOB field is a database table or temp-table field that contains a
CLOB locator, which points to the associated
CLOB data stored in the database. You cannot manipulate
CLOB data directly. Instead, you must copy a
CLOB to a
LONGCHAR to manipulate the character contents of a
CLOB field in ABL. You display a
CLOB field by copying it to a
LONGCHAR, and displaying the
LONGCHAR in a large editor. See
Copyinglarge objects for more information.