The following table definition specifies that the clobcompress and clobdecompress UDFs be used to compress and decompress the CLOB data in the gd_data column.
CREATE TABLE GlobalData (gd_ID INTEGER, gd_data CLOB CHARACTER SET UNICODE COMPRESS USING SYSUDTLIB.clobcompress DECOMPRESS USING SYSUDTLIB.clobdecompress);