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 ? | 25 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 ? | 14 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 |
In SPACE,what is directory,RLSE
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
What is the format of comment statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
How to execute 300 steps in a Job?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
Can we change a FB file to VB file in JCL? Please help
Is there any command to check wether the ps file is in sorted order?
i need some shortcuts and tso commands can any on ehelp me in these ?
What are isolation levels? Where do we need to specify them in compiling JCL?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?