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...


can we maintain 2 generations with different Lengths in Same
GDG ?

Answers were Sorted based on User's Feedback



can we maintain 2 generations with different Lengths in Same GDG ?..

Answer / somalaraju

i told yes,but he asked have u ever tried with this type of
generations in same GDG.
I told that we can provide different lengths while creating
the Generations even they belong to same GDG, but i never get
a chance to do that one.

Is This Answer Correct ?    19 Yes 5 No

can we maintain 2 generations with different Lengths in Same GDG ?..

Answer / vishal

Yes, we can definitely have different GDG versions with
different LRECL. e.g. in the below change the LRECL to as
per your needs and each time it will generate the GDG
version with the LRECL provided.

//DD1 DD DSN=BASEG(+1),DISP=(NEW,CATLG,CATLG)
DCB=(MODELNAME,LRECL="WHAT U WANT"

However, there is a catch. If the GDG is being updated by a
program then whatever length has been declared in the
program (of the file corresponding to DD1), the GDG version
will have that same length, irrespective of the length
declared in the JCL.

Note: I guess if the length declared in the Program is
greater than that LRECL given in the JCL then we may face
JCL errors but I am not sure of this. SomEene can check and
let everyone know.

Is This Answer Correct ?    8 Yes 0 No

can we maintain 2 generations with different Lengths in Same GDG ?..

Answer / krishna

YES
by overideing the LENGTH PARAMETER of model dataset

SYNTAX:
//DD1 DD DSN=BASEG(+2),DISP=(NEW,CATLG,CATLG)
DCB=(MODELNAME, RECLNG="WHAT U WANT"

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More JCL Interview Questions

What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

0 Answers  


What is a S0C4 error ?

2 Answers  


How can return codes be tested before execution of a job step?

0 Answers  


Explain about LMFREE�free data set from its association with data ID

0 Answers  


What is GDG and what is the maximum limit of versions that can be created?

9 Answers   Convergys,


what is use of space parameter in dd statement?

0 Answers   IBM,


What is COND=ONLY ?

2 Answers  


A job has 90 steps i want to execute only step7 and step15

3 Answers   Cognizant,


Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?

5 Answers   Patni,


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

0 Answers   IBM,


Explain the jcl exec statement?

0 Answers  


What are the differences between JES2 & JES3 ?

4 Answers  


Categories