A column (C4) of the SGMLTEXT type is added to a table (TABLE01). The data for column C4 is stored in user LOB RDAREAs (ULOB01 and ULOB02).
ALTER TABLE TABLE01 ADD C4 SGMLTEXT
ALLOCATE(SGMLTEXT IN ((ULOB1),(ULOB2))
PLUGIN plug-in-option;
ALTER TABLE TABLE01 ADD C4 SGMLTEXT |
In this case, the null value is stored in column C4.