Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Bulk Data Movement
  3. PowerExchange Listener
  4. Adabas Bulk Data Movement
  5. Datacom Bulk Data Movement
  6. DB2 for i5/OS Bulk Data Movement
  7. DB2 for Linux, UNIX, and Windows Bulk Data Movement
  8. DB2 for z/OS Bulk Data Movement
  9. IDMS Bulk Data Movement
  10. IMS Bulk Data Movement
  11. Microsoft SQL Server Bulk Data Movement
  12. Oracle Bulk Data Movement
  13. Sequential File Bulk Data Movement
  14. VSAM Bulk Data Movement
  15. Writing Data with Fault Tolerance
  16. Monitoring and Tuning Options

Bulk Data Movement Guide

Bulk Data Movement Guide

DB2 LOAD Utility Options

DB2 LOAD Utility Options

Unless you select
DATAONLY
for the
Mode Time
connection attribute, PowerExchange uses the DB2LDCTL or DB2LDCTP control card template to generate a load control file for the DB2 LOAD utility. If you select
DATAONLY
for the
Mode Time
connection attribute, you must provide the load control file.
PowerExchange generates the following load options for nonpartitioned tables:
LOAD DATA RESUME NO REPLACE INTO TABLE
table_name
or
LOAD DATA RESUME YES INTO TABLE
table_name
PowerExchange generates the following load options for partitioned tables:
LOAD DATA INTO TABLE
table_name
PART
n
INDDN PAR0000
n
REPLACE
or
LOAD DATA INTO TABLE
table_name
PART
n
INDDN PAR0000
n
RESUME YES

0 COMMENTS

We’d like to hear from you!