UNLOAD PLUS DD statements
UNLOAD PLUS uses data sets that are specified by ddnames.
The use of these data sets is optional unless specified otherwise. This section provides specification guidelines, allocation information, and usage notes for each of the data sets that UNLOAD PLUS uses.
Use the following table to quickly find the data set for which you want more information:
Data set type | Description reference | Default ddname | ddname option |
---|---|---|---|
Command input | SYSIN | Not applicable | |
DDL definition (for input object) | DDLIN | DDLDDN | |
Input copy | Not applicable | Not applicable | |
Message output | SYSPRINT | Not applicable | |
Message output | SYSPRIN2 | Not applicable | |
BMC AMI Utilities | NGTSSJCL | Not applicable | |
BMC AMI Utilities | NGTSSSYN | Not applicable | |
Disable SmartSwitch | BMCSSOFF | Not applicable | |
Other | Not applicable | Not applicable | |
Output control | SYSCNTL | CNTLDDN | |
Output data | SYSREC | UNLOADDN | |
Secondary output data | SYSRED | UNLOADDN | |
Sort message output indicator | UTPRINT | Not applicable | |
Sort work | SORTWK | Not applicable | |
Thread cancelation report output | BMCFORCE | Not applicable | |
VSAM linear input | VSAMDD | INFILE VSAMDDPREFIX |
1 Available only if you have installed PTF BQU1423
2 Available only if you have installed PTF BQU2133
3 Available only if you have installed PTF BQU2519
Dynamically allocate data sets
Instead of designating DD statements in your JCL for output data sets, you can use output descriptors in the SYSIN command stream to dynamically allocate these data sets.
Related topics