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 DELETE all the Generations of a GDG at once, WITHOUT
deleting the GDG itself ?

Answers were Sorted based on User's Feedback



Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ? ..

Answer / kalone

Yes , we can do that by using following step :

//step1 dd pgm=iefbr14
//gdggen dd dsn=base-gdg-file,DISP=(MOD,DELETE,DELETE)

The above code will delete all the generations except the
base GDG.TO delete base GDG you need to use IDCAMS.

Is This Answer Correct ?    20 Yes 3 No

Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ? ..

Answer / kranthi kumar m

yes,we can,by pressing d infront of command prompt before
all generations but we can't delete gdg base directly, if we
want delete base use syntax like dis,
//sysin dd *
delete (base-name) purge
/*
//

Is This Answer Correct ?    9 Yes 5 No

Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ? ..

Answer / deepak narasappa

During such scenario..always create dummy GDG version at
the end of job.. SO whenever your job runs, atleast one
dummy file will be present and also you can avoid abend..

Is This Answer Correct ?    3 Yes 1 No

Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ? ..

Answer / dedicated_programmer

Thanks Kranthi,
And Using Purge or Force will delete the GDG Base as well as
all the generations of the GDG. While Using Delete without
any option DELETS only the INDEX of the GDG.
Could you please help in sorting out whether there is a way
to DELETE ONLY ALL THE GENERATIONS OF THE GDG WITHOUT
DELETING THE BASE, "USING JCL".

Is This Answer Correct ?    2 Yes 1 No

Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ? ..

Answer / dedicated_programmer

Thanks for completing the answer, Kalone.

Is This Answer Correct ?    4 Yes 3 No

Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ? ..

Answer / bobie kamahuha bobzy

Do the following;

//p gxxxxxx
gxxxxxx
gxxxxxx
gxxxxxx
gxxxxxx
gxxxxxx
// gxxxxxx



Make sure the *//* are properly arrigned

Is This Answer Correct ?    1 Yes 1 No

Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ? ..

Answer / sam

I am facing problems while deleting all GDG versions except
base using IEFBR14. My job fails when I try to execute
IEFBR14 with my GDG base having no versions, causing
problems in my job flow.

I want to delete all gdg versions if they exist otherwsie
my job should execute fine.

Can anyone suggest solution for this?

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More JCL Interview Questions

how to split a file

4 Answers   IBM,


How can we see data in TEMPARARY DATA SET in JCL ?

7 Answers   CSC, Polaris,


how to run JCL thru COBOL.

1 Answers   Patni,


What is timing concept in mainframe?

0 Answers  


how can we pass external data to instream procedures

5 Answers   IBM, Infosys, Ocwen,


I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?

2 Answers  


THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".

2 Answers  


What is the function of the steplib dd statement?

0 Answers  


Explain about LMCOPY -

1 Answers  


how to skip the steps in JCl

2 Answers   EDS,


I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.

3 Answers   Wipro,


Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?  

1 Answers   TCS,


Categories