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

Data Set Names for DB2 Bulk Load Operations

Data Set Names for DB2 Bulk Load Operations

PowerExchange creates temporary files for bulk data load operations of the DB2 LOAD utility. The data sets that are generated and their names depend on the
Mode Time
and
Mode Type
connection attributes that you select.
The descriptions of data set names that follow include the following variables:
  • filename
    : the high-level qualifier or data set name that you specify for the
    Filename
    connection attribute.
  • nnnn
    : PID of the task.
  • xxxx
    : partition number that you specify for the
    Filename
    connection attribute, using the following syntax:
    filename
    /part
    xxxx
    .
The following table describes the files that PowerExchange creates if you select
JOB
for the
Mode Type
connection attribute:
File Name
Description
filename
.DTL
nnnnn
or
filename
.PRN
xxxx
File that contains the data for the DB2 LOAD utility to load to a nonpartitioned table
or
File that contains the data for the DB2 LOAD utility to load to a partitioned table
filename
.DTL
nnnnn
.CTL
File that contains the LOAD commands
filename
.DTL
nnnnn
.SQL
File that contains the SQL template for CREATE TABLE statements
filename
.DTL
nnnnn
.SYSPRINT
File that contains the output from bulk load jobs
The following table describes the files that PowerExchange creates if you select
NOSUBMIT
for the
Mode Type
connection attribute:
File Name
Description
filename
or
filename
.PRN
xxxx
File that contains the data for the DB2 LOAD utility to load to a nonpartitioned table
or
File that contains the data for the DB2 LOAD utility to load to a partitioned table
filename
.CTL
File that contains the LOAD commands
filename
.SQL
File that contains the SQL template for CREATE TABLE statements
filename
.SYSPRINT
File that contains the output from bulk load jobs
The following table describes the files that PowerExchange creates if you select
DATAONLY
for the
Mode Time
connection attribute:
File Name
Description
filename
or
filename
.PRN
xxxx
File that contains the data for the DB2 LOAD utility to load to a nonpartitioned table
or
File that contains the data for the DB2 LOAD utility to load to a partitioned table

0 COMMENTS

We’d like to hear from you!