Declare variables for smart large objects

A variable for a BLOB or CLOB object (or a data type that contains a smart large object) does not contain the object itself but rather a pointer to the object. The following figure shows how to define a variable for BLOB and CLOB objects.
Figure 1: Variables for BLOB or CLOB objects.
DEFINE a_blob BLOB;
DEFINE b_clob CLOB;