BL_LOAD_REPLACE= Data Set Option

Specifies whether DB2 appends or replaces rows during bulk loading.

Valid in: DATA and PROC steps
Default: NO
Supports: DB2 under UNIX and PC

Syntax

BL_LOAD_REPLACE= NO | YES

Syntax Description

NO

appends new rows of data to the DB2 table.

YES

replaces the existing data in the table.

Details

This option must be specified using the BULKOPTS= container option. The BULKLOAD= data set option must be set to YES.
bulkload=yes; bulkopts=(bl_load_replace=yes);