
Copying and Merging Datasets (TSIDDTD)
Chapter 8. BIM-EPIC Utilities 8-15
This job copies a Start Track 1 disk dataset to an output dataset using alternate DTF names,
selecting only those records with the constant "TAC" in positions 1-3 or any data except low-
values in positions 4-6. The record format, record size and block size information is required
for Start Track 1 datasets.
// JOB TSIDDTD CREATE NEWFIL
// DLBL OLDFIL,'input.data.set'
// EXTENT SYS005,POOL01,1,0,1,300
// TLBL NEWFIL,'output.data.set'
// EXEC TSIDDTD
INNAME=OLDFIL,OUTNAME=NEWFIL
RECFM=F,BLKSIZE=4000,LRECL=80
SEL=1,3,EQ,C,TAC
SEL=4,3,NE,X,000000
/*
/&
Example
Kommentare zu diesen Handbüchern