How is a GDG base created?
Answers were Sorted based on User's Feedback
Answer / guest
A GDG base is created in the system catalog and keeps track
of the generation numbers used for datasets in the group.
IDCAMS utility is used to define the GDG base.
| Is This Answer Correct ? | 26 Yes | 4 No |
Answer / sravanthi
We can also create a GDG base in test using File Aid option
M.F;3.2 Create GDG base option is there
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / prashanthkodakani
above answer is correct this can be done by using
IDCAMS= 'intgrated data cluster access method service'
utility program.
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / dhans
GDG base is created using any one of the below method.
Using IDCAMS utility
Using FileAID or File manager
Using ISPF option, 3.2
Refer the following link for more details.
https://youtu.be/hMbB20WKmBg
https://youtu.be/3N17dh7BAaQ
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
When we give TYPERUN = SCAN , what are the syntax errors we get?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
Name the statement which can be used to send data to another mvs jes3 node?
List the different jcl statements that are not permitted in the procedures?
How to find the number of duplicates in a file using Sort?
When will we need to specify Space parameter ?
Explain the hierarchy levels in jcl?
How to get cursor position from system in CICS environment ?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?