LOADPLUS DD statements
Use the following table to quickly find the data set for which you want more information. This table also provides a quick reference to associated command and installation options for each data set type.
Data set type | Reference | Default ddname or prefix | DDTYPE option keyword (DDTYPE) | ddname or prefix installation option | ddname or prefix command option |
---|---|---|---|---|---|
Command input | SYSIN | Not applicable | Not applicable | Not applicable | |
Copy |
|
| COPYDDN (primary copies) (COPYDDN=(BMCCPY, BMCCPZ)) RCVYDDN (remote copies) (RCVYDDN=(BMCRCY, BMCRCZ)) These options are not available for LOB or XML copy data sets. | COPYDDN (primary copies) (COPYDDN) RECOVERYDDN (remote copies) (RECOVERYDDN) These options are not available for LOB or XML copy data sets. | |
Disable SmartSwitch | BMCSSOFF | Not applicable | Not applicable | Not applicable | |
Discard | SYSDISC | DISCARD | DISCDDN 1 (DISCDDN=SYSDISC) | ||
Error | SYSERR | ERROR | ERRDDN 1 (ERRDDN=SYSERR) | ||
IDCAMS input | SYSIDCIN | Not applicable | IDCDDN (IDCDDN=SYSIDCIN) | IDCDDN (IDCDDN) | |
Index work | SYSUT1 | WORK | WORKDDN 1 (WORKDDN=SYSUT1) | ||
Input | SYSREC | Not applicable | INDDN (INDDN=SYSREC) | INDDN (INDDN) | |
Load work | SORTOUT | LOAD | LOADDN 1 (LOADDN=SORTOUT) | ||
Mapping file | SYSMAP | SYSMAP | MAPDDN 1 (MAPDDN=SYSMAP) | ||
Message output | SYSPRINT | Not applicable | Not applicable | Not applicable | |
Message output | SYSPRIN2 | Not applicable | Not applicable | Not applicable | |
BMC AMI Utilities | NGTSSJCL | Not applicable | Not applicable | Not applicable | |
BMC AMI Utilities | NGTSSSYN | Not applicable | Not applicable | Not applicable | |
Other | Not applicable | Not applicable | Not applicable | Not applicable | |
SNAP dump output for SQLAPPLY load | APTDUMP | Not applicable | Not applicable | Not applicable | |
Sort message output indicator | UTPRINT | Not applicable | Not applicable | Not applicable | |
Sort work | SORTWK | SORTWORK | Not applicable | Not applicable | |
Statistics report output | ASUSRPRT | Not applicable | Not applicable | Not applicable | |
Thread cancelation report output | BMCFORCE | Not applicable | Not applicable | Not applicable |
1 For a DSNUTILB load, LOADPLUS uses these options only to pass a value for the &DDNAME variable of the data set name pattern.
Dynamically allocate data sets
As an alternative to specifying data sets in the DD statements of your JCL, you can have LOADPLUS dynamically allocate the following types of data sets by using the appropriate keyword found in the DDTYPE column above:
- SYSREC
- Copy data sets
- SORTOUT
- SORTWK
- SYSDISC
- SYSERR
- SYSMAP
- SYSUT1
For details about dynamically allocating SYSREC data sets, see INDSN. For details about dynamically allocating the other data sets, see Dynamic-data-set-allocation and Dynamic-allocation-options.