PowerExchange for CDC and Mainframe
- PowerExchange for CDC and Mainframe 10.4.0
- All Products
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:
|
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
|
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:
Only used in conjunction with
MODE=(JOB,TIMED) .
|