Container option for BL_LOAD_REPLACE=, BL_LOG=, and BL_OPTIONS= data set options.
Valid in: | DATA and PROC steps |
Category: | Bulk Loading |
Requirement: | Must follow BULKLOAD=YES |
Supports: | DB2 under UNIX and PC |
specifies whether the CLI LOAD interface replaces the existing data in the data set. For more information, see BL_LOAD_REPLACE= Data Set Option.
specifies a file to which information about the loading process is written. For more information, see BL_LOG= Data Set Option.
specifies a valid DB2 option. For more information, see BL_OPTIONS= Data Set Option.
BULKLOAD=YES; BULKOPTS=(BL_LOG='c:\temp\bulkload.log" BL_LOAD_REPLACE=yes BL_OPTIONS='ERRORS=999, LOAD=2000');