Specifies whether DB2 appends or replaces rows during bulk loading.
Valid in: | DATA and PROC steps |
Default: | NO |
Supports: | DB2 under UNIX and PC |
appends new rows of data to the DB2 table.
replaces the existing data in the table.
bulkload=yes; bulkopts=(bl_load_replace=yes);