Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange
  3. DBMOVER Configuration File
  4. Netport Jobs
  5. PowerExchange Message Logs and Destination Overrides
  6. SMF Statistics Logging and Reporting
  7. PowerExchange Security
  8. Secure Sockets Layer Support
  9. PowerExchange Alternative Network Security
  10. PowerExchange Nonrelational SQL
  11. PowerExchange Globalization
  12. Using the PowerExchange ODBC Drivers
  13. PowerExchange Datatypes and Conversion Matrix
  14. Appendix A: DTL__CAPXTIMESTAMP Time Stamps
  15. Appendix B: PowerExchange Glossary

PowerExchange ODBC Driver for DB2 for z/OS Bulk Parameters

PowerExchange ODBC Driver for DB2 for z/OS Bulk Parameters

The following table describes the PowerExchange ODBC driver parameters that you can specify for DB2 for z/OS bulk load processing:
Field
Type
Size
Valid Values
Comments
BULKLOAD
Char
1
Y or N
Enables or disables DB2 bulk load processing.
If you specify Y, you can configure the following parameters.
CTLTEMPLATE
Char
8
User-defined
The name of the DB2 bulk load control file template on the target system, which is a member in a PDS defined on the system where the PowerExchange Listener is running.
If you specify a CTL template, the LOADOPTIONS parameter is ignored.
If you set CTLTEMPLATE to NONE, no DB2 bulk load control file template is specified.
Default is DB2LDJCL. You must customize this JCL before using it.
DELETETEMPFILES
Numeric
int
1, 2, 3, or 4
1 = Does not delete temporary files
2 = Deletes temporary files before running the loader
3 = Deletes temporary files after running the loader if the return code=0
Valid if MODETIME=1
4 = Deletes temporary files after running the loader
Valid if MODETIME=1
FNAME
Char
27
File on host
Used as the stem for files created on z/OS.
The files created are:
  • FNAME.DTL
    nnnnn.
    Data for load.
  • FNAME.DTL
    nnnnn
    .CTL. Load commands.
  • FNAME.DTL
    nnnnn
    .SQL. SQL template - create table.
  • FNAME.DTL
    nnnnn
    .SYSPRINT. Output from loader.
JCLTEMPLATE
Char
8
User-defined
Name of the JCL file template on the target system, which is a member in a PDS defined on the system where the PowerExchange Listener is running.
Default is DB2LDJCL. You must customize this JCL before using it.
LOADOPTIONS
-
-
1 or 4
RESUME (1) or REPLACE (4).
MODETIME
Numeric
int
1, 2, 3, or 4
1 = WAIT
Synchronous. Report results at end.
Applicable only if MODETYPE=1 or MODETYPE=3 is specified.
2 = NOWAIT
Asynchronous. Returns OK when job is submitted. Applicable only if MODETYPE=3 or MODETYPE=2 is specified.
3 = TIMED
Synchronous. Wait a specified number of seconds.
Applicable only if MODETYPE=3 is specified.
4 = DATAONLY
Only creates the data DB2 Loader file.
Applies to all mode type values, but typically used with NOSUBMIT, MODETYPE=2.
MODETYPE
Numeric
int
1, 2, or 3
1 = TASK
Submitted as a subtask of the PowerExchange Listener.
2 = NOSUBMIT
Not submitted. Instead, creates the DB2 loader-specific control files and data files, saves them on the target system, and generates an executable JCL deck on disk.
3 = JOB
Submitted to the internal reader as a job.
PRISPACE
Numeric
int
1-System defined
Amount of primary space for z/OS files.
SECSPACE
Numeric
int
1-System defined
Amount of secondary space for z/OS files.
SPACE
Char
1
T = Tracks
C = Cylinders
z/OS allocation of space.
TIME
Numeric
int
0 to 99999
A value from 0 to 99999, as follows:
  • 0. No wait.
  • 99999. Wait.
  • Any other value. The number of seconds to wait.
Only used in conjunction with
MODE=(JOB,TIMED)
.

0 COMMENTS

We’d like to hear from you!