View previous topic :: View next topic |
Author |
Message |
vini Intermediate
Joined: 12 Jan 2004 Posts: 240 Topics: 48 Location: Maryland
|
Posted: Thu Jul 31, 2014 9:41 am Post subject: Listing the GDG generations which have Data |
|
|
Hi,
Anyone can let me know how to find which are the generations which have any data in them via executing a utility/JCL ?
Any other method using File Aid foreground is ok as well.
There are too many of these generations to manually sift through one by one so am looking for an easier way.
Thanks,
vini |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Jul 31, 2014 9:49 am Post subject: |
|
|
vini,
1. Run LISTCAT to get GDG generation names
2. Build Dynamic JCL with each GDG printing/stopping after 1 record using IDCAMS or DFSORT.
check the following smart DFSORT tricks to get an idea of how it can be done
Report on GDG base limits
Copy GDGs created today
Copy GDG records in first in, first out order
http://www-01.ibm.com/support/docview.wss?uid=isg3T7000094 _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|