
Using BIM-EPIC's JCL Features Processing Multiple Datasets with the Same DTF Name (Dataset Drop)
Chapter 7. Running Jobs With BIM-EPIC 7-63
Processing Multiple Datasets with the Same DTF Name (Dataset
Drop)
BIM-EPIC allows you to open multiple datasets with the same DTF name. Each dataset is
opened and closed separately, in the order in which its label is submitted.
No special entries are required.
Specify the dataset drop option for all but the last dataset defined.
For... Use...
DLBLs T
TLBLs 16 or D
DD statements Automatic. Just use multiple DD statements with
the same ddname. This technique is not
compatible with MVS.
Dataset drop is invoked for three datasets using the ddname TAPEIN.
* //TAPEIN DD DSN=PAYROLL.WEEKLY(2),DISP=(OLD,KEEP)
* //TAPEIN DD DSN=PAYROLL.WEEKLY(1),DISP=(OLD,KEEP)
* //TAPEIN DD DSN=PAYROLL.WEEKLY(0),DISP=(OLD,KEEP)
Dataset drop is invoked for three datasets using the DTF name TAPEIN. Option 16 is used
for all but the last dataset with that DTF name.
// TLBL TAPEIN,'FILE1',,,,,,16
// TLBL TAPEIN,'FILE2',,,,,,16
// TLBL TAPEIN,'FILE3'
Description
DSN Catalog
JCL Requirements
Examples
Comentarios a estos manuales