What 3 guidelines do we have to follow when concatenating DD
statements?
Answers were Sorted based on User's Feedback
Answer / guest
Datasets must be of the same type (disk or tape), All
datasets must have the same logical record length, The
dataset with the largest blocksize must be listed first.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / sandy lofton
1. The dataset with the largest blocksize must be listed
first.
2. If concatenated datasets are libraries and contain same
name members, the first one found will be used.
3. Order is important: Disk first, tape second, cards
third.
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / muttaiah
1) The dataset should be of same type meaning if you are
concatenating a PDS then other ds should be pds only & ps-
Ps)
2) They should have same format and LRECL
3) If the dataset's have diff blocksize then the dataset
with Largest block size should be coded first
4) All the datasets should reside on the same unit(device).
however the volume serial number can differ
5) we can concatenate 16 PDS & 255 PS files
| Is This Answer Correct ? | 0 Yes | 0 No |
How to pass the temp dataset form one JOB step to another?
Is it possible to code instream data in a PROC?
Explain about RECORDING MODE Clause
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
List some valid operation codes in JCL
What dd statement is used to supply the name of a dataset?
In DCB, what is LRECL,BLKSIZE,DSORG
How are datasets concatenated?
Suppose I have five jobs to do. But I want to hold one?
How can the attributes of one sms dataset be copied to another dataset?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?