How Can we see all generations of a GDG ?
Answers were Sorted based on User's Feedback
Answer / nagaraju
When you run a LISTCAT against the GDG base you should get back a report of all of the associated generations for that base.
Please correct me if i am wrong
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / challa srinivas
Use FILE-AID option of ISPF and give GDG base. Then we can see all the generations created under it. ALso use 3.4 of ISPF then also we can see all generations created along with the base
| Is This Answer Correct ? | 2 Yes | 0 No |
in 3.4 option simply type gdgbase name then we can see all generations
| Is This Answer Correct ? | 0 Yes | 0 No |
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
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?
Whats error code s222?
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
how to purge 50 initiators continuously?? console commands??
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
What is DYNAMBR in jcl?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.