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 about LMCOPY -
what is the control cards?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
How to change default PROCLIB?
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
What do you know about jcl?
wht is step lib n job lib ? where can we code joblib n steplib ?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
What are the difference between jcl and jes?
What is a PROC? What is the difference between an instream and a catalogued PROC?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed