Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What 3 guidelines do we have to follow when concatenating DD
statements?

Answers were Sorted based on User's Feedback



What 3 guidelines do we have to follow when concatenating DD statements?..

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

What 3 guidelines do we have to follow when concatenating DD statements?..

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

What 3 guidelines do we have to follow when concatenating DD statements?..

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

Post New Answer

More JCL Interview Questions

How to pass the temp dataset form one JOB step to another?

6 Answers   IBM,


Is it possible to code instream data in a PROC?

0 Answers  


Explain about RECORDING MODE Clause

1 Answers  


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 ?

3 Answers   IBM,


List some valid operation codes in JCL

3 Answers  


What dd statement is used to supply the name of a dataset?

0 Answers  


In DCB, what is LRECL,BLKSIZE,DSORG

1 Answers   TCS,


How are datasets concatenated?

3 Answers   CitiGroup,


Suppose I have five jobs to do. But I want to hold one?

0 Answers  


How can the attributes of one sms dataset be copied to another dataset?

0 Answers  


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?

4 Answers   Cognizant,


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 ?

6 Answers   IBM,


Categories