68 Moving Data Across the DB2 Family
more than one encoding scheme (ASCII,EBCDIC or UNICODE) in a single SQL
statement is not supported and finishes with SQLCODE -873.
If the target table contains UDTs, you do not have to specify the appropriate casting
functions in the cursor SQL statement to LOAD the table. If the source data in the cursor
contains UDTs, you also do not have to specify casting functions in the select list of the
cursor SQL statement. But additional WHERE clauses in the cursor SQL statement might
require casting functions, or you could end up with SQLCODE -401.
If your table contains LOB columns, the maximum length is
32 KB. You cannot use the
Cross Loader if you want to transfer LOB columns larger than 32 KB. Instead ...