how to create gdg with out using idcams utility
Answers were Sorted based on User's Feedback
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 |
Answer / mahesh.pothula
through fhe ispf panel we can create gdg base.
| Is This Answer Correct ? | 10 Yes | 0 No |
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 |
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 |
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 |
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 |
Explain how can return codes be tested before execution of a job step?
Explain the function of dd disp parameter?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
What are hierarchy levels in jcl?
What does a disposition of (NEW,CATLG,KEEP) mean?
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?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
How to overide the symbol parameter in the jcl ?
What does the one advantange of using IEBUPDTE?????
how to eliminate the duplicates in sorting
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
which parameter is use to declare the name of dataset in dd statement?