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 do you mean By spooling? Expand SPOOL?
what is the restart?hopw it is invoked?
What is the purpose of dd * statement in jcl?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
wt will happen to the step of a job if u code COND=ONLY
i want to avoid the positional parameter how to code it ?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How can a fb file convert to vb file using sort program?
if we give two job cards in a single what happens
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.