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


how to create gdg with out using idcams utility

Answers were Sorted based on User's Feedback



how to create gdg with out using idcams utility..

Answer / guest

thru file-aid

Is This Answer Correct ?    30 Yes 4 No

how to create gdg with out using idcams utility..

Answer / gopi

In ISPF go to p.3.2 there VSAM utilities there give v in command prompt and enter left side give 1 to define and right side give 4 gdg and hit enter give GDG name,limit,scratch,empty after that press enter u ll get pgm in command prompt type execute now go to p.3.4 and check ur GDG.......

Is This Answer Correct ?    19 Yes 0 No

how to create gdg with out using idcams utility..

Answer / mahesh.pothula

through fhe ispf panel we can create gdg base.

Is This Answer Correct ?    10 Yes 0 No

how to create gdg with out using idcams utility..

Answer / nohar

through failaid

Is This Answer Correct ?    8 Yes 5 No

how to create gdg with out using idcams utility..

Answer / baig

Index for a GDG can be created using utility IEHPROGM.

sYNTAX: BLDG INDEX=DATASET NAME, ENTRIES=NO OF VERSIONS OF
DATASETS, DELETE.

eX: BLDG INDEX=XM77.GDG.DS, ENTRIES=5, DELETE

Deleting Index of GDG using IEHPROGM

DLTX INDEX=dataset name.

Is This Answer Correct ?    5 Yes 4 No

how to create gdg with out using idcams utility..

Answer / jagan

There is a separate utility GDGBLG . You can try it to
create a new GDG base and for creating new generations.
TSO GDGBLD in the command prompt.

Is This Answer Correct ?    4 Yes 5 No

how to create gdg with out using idcams utility..

Answer / swati gaikwad

//jstep01 exec pgm=idcams
//SYSPRINT DD SYSOUT=*
//SYSIN DD*
DEFINE GDG-
(NAME(<GIVE THE NAME YOU WANT>)-
LIMIT(10)- /*GIVE LIMIT WHATEVER YOU WANT
NOEMPTY-
SCRATCH)
/*

Is This Answer Correct ?    4 Yes 7 No

how to create gdg with out using idcams utility..

Answer / vimal raj

using idcams, EXEC= IDCAMS just allocating gdg with limit
and then creating their corresponding version

Is This Answer Correct ?    2 Yes 16 No

Post New Answer

More JCL Interview Questions

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

0 Answers  


Explain the function of dd disp parameter?

0 Answers  


. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance

1 Answers  


What are hierarchy levels in jcl?

0 Answers  


What does a disposition of (NEW,CATLG,KEEP) mean?

1 Answers   Cap Gemini,


i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?

2 Answers   Wipro,


Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?

8 Answers   Saggezza,


How to overide the symbol parameter in the jcl ?

3 Answers   UST,


What does the one advantange of using IEBUPDTE?????

2 Answers  


how to eliminate the duplicates in sorting

4 Answers   Fidelity,


What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?

9 Answers   GE, Xansa,


which parameter is use to declare the name of dataset in dd statement?

0 Answers   IBM,


Categories