View previous topic :: View next topic |
Author |
Message |
geetha001 Beginner
Joined: 22 Jun 2005 Posts: 41 Topics: 14
|
Posted: Thu Oct 26, 2006 12:02 pm Post subject: Finding Non-GDG datasets |
|
|
Hi,
I am looking for the following things
1. To find all the GDG base names and their limits. I was able to find some topics on this already in the forum and got enough information on this.
Also, the LISTCAT ENT(AB) ALL - will list all the GDG information. It also lists the NON-VSAM dataset information.
2. The second thing I am looking for is a way to eliminate all GDG information and get only sequential dataset information.
Is there any thing that could be specified in the LISTCAT command to eliminate all GDG information and VSAM information and get only the NON-VSAM dataset information which are not GDGs ?
Please let me know if there is any way to do this?
Thanks |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Thu Oct 26, 2006 1:10 pm Post subject: |
|
|
You can add parameter GDG to the LISTCAT to see only GDG bases and their entries.
Add parameter NONVSAM to the LISTCAT and eliminate VSAM and GDG base entries, but the generation datasets themselves are non-VSAM so they still show up. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
geetha001 Beginner
Joined: 22 Jun 2005 Posts: 41 Topics: 14
|
Posted: Thu Oct 26, 2006 1:18 pm Post subject: |
|
|
Thanks Bill for your reply.
I did try using the NVSAM in the LISTC command and as you said the generation datasets themselves showed up.
I am trying to find out if there is a way to eliminate all generation datasets and VSAM and list only the NON-VSAM (just the sequential) datasets ?
Please let me know.
Thanks. |
|
Back to top |
|
 |
superk Advanced

Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Thu Oct 26, 2006 2:01 pm Post subject: |
|
|
Maybe take the LISTCAT output for the GDG entries and concatenate it to the LISTCAT output for the NONVSAM entries, and eliminate the duplicate dataset names? |
|
Back to top |
|
 |
|
|