Can we DELETE all the Generations of a GDG at once, WITHOUT
deleting the GDG itself ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Answer / dedicated_programmer
Thanks for completing the answer, Kalone.
| Is This Answer Correct ? | 4 Yes | 3 No |
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 |
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 |
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
In how ways you can pass the data from Jcl to cobol ?
Explain about File Tailoring
How can we execute only one step in a job
22 Answers MAHINDRA, Mind Tree, Tech Mahindra,
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
If job is submitted with typerun = hold then how can we submit the same job?
how do u send return code from cobol to jcl ?