
Db2 12 - Utilities - Unloading XML data - IBM
In the UNLOAD utility control statement, specify BLOBF, CLOBF or DBCLOBF. These keywords indicate that the output column contains the name of a file to which the XML value is to be unloaded. Also specify either CHAR or VARCHAR instead of XML.
Syntax and options of the UNLOAD control statement
blobf Specifies that the output field is to contain the name of the file to which the BLOB or XML is to be unloaded without CCSID conversion. BINARYXML Specifies that the XML document is to be unloaded using file reference variables in binary XML format.
Db2 HPU V5.1 - LOB data processing - IBM
Unloading LOB data by using a LOB file reference is supported in all cases (DB2 NO, DB2 YES, or DB2 FORCE), and truncation cannot occur. To use a LOB file reference, specify the BLOBF, CLOBF, or DBCLOBF option in a REFORMAT clause, an …
Syntax and options of the TEMPLATE control statement
When you specify the &TS., &IS., or &SN. variables in a template that is used by an UNLOAD statement with BLOBF, CLOBF, or DBCLOBF, Db2 substitutes the name of the table space that stores the LOB column value, not the base table space name.
Db2 12 - Utilities - Loading an XML column - IBM
If the input data is in binary XML format, you need to specify BLOBF BINARYXML in the field specification. When data loaded into an XML column that has an XML type modifier, LOAD validates the input data according to the XML schema that is specified in the type modifier.
Db2 12 - Utilities - Unloading LOB data - IBM
Create an UNLOAD utility control statement. Specify BLOBF, CLOBF or DBCLOBF to indicate that the output column contains a filename which the LOB value is to be unloaded. You cannot specify FROMCOPY. Use the template control statement to …
Db2 12 - ユーティリティ - XMLカラムの読み込み - IBM
load ステートメントのフィールド指定部分に blobf、clobf、または dbclobf のいずれかを指定します。 例えば、xmlカラムresumeにclobファイルをロードするには、 resume position(7) varchar clobf のような指定を行います。 この仕様は、入力データ・セットの位置 7 に ...
Db2 12 - ユーティリティー - LOB 列のロード - IBM
load ステートメントのフィールド指定部分に blobf、clobf、または dbclobf のいずれかを指定します。 例えば、 LOB を表の RESUME 列にロードするには、 RESUME POSITION(7) VARCHAR CLOBF のようなものを指定します。
Db2 12 - pureXML guide - XML data type - IBM
CHAR BLOBF template-name BINARYXML VARCHAR BLOBF template-name BINARYXML XML BINARYXML; Similarly, a binary value that represents an XML document can be transformed to an XML value in the following ways:
Db2 12 - ユーティリティー - XML データのアンロード - IBM
unload ユーティリティー制御ステートメントで、blobf、clobf、 または dbclobf を指定します。 これらのキーワードは、xml 値のアンロード先の ファイル名が出力列に含まれることを示します。 xml の代わりに char と varchar のいずれかも指定してください。