How Can we see all generations of a GDG ?

Answers were Sorted based on User's Feedback



How Can we see all generations of a GDG ?..

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

How Can we see all generations of a GDG ?..

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

How Can we see all generations of a GDG ?..

Answer / kumar2424.suresh

in 3.4 option simply type gdgbase name then we can see all generations

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

When will we need to specify Space parameter ?

3 Answers   Wipro,


how to edit a tape dataset ? asked in wipro

1 Answers   Wipro,


//step#3 exec pgm = hkbc762 what is wrong with the syntax?

3 Answers  


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

0 Answers  


In DCB, what is LRECL,BLKSIZE,DSORG

1 Answers   TCS,






Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?

13 Answers   CGI, DSRC, IBM,


How do you submit a JCL under CICS environment ?

1 Answers   IBM,


What is the difference between catalogue procedure and In-Stream procedure?

2 Answers  


Name a few IBM utility programs, and explain its function.

0 Answers  


What will happen if two JOB statements are mentioned in an JCL continuously.

2 Answers   IBM,


I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.

0 Answers  


List the different components of jcl statement?

0 Answers  


Categories