|
|
| Author |
Message |
ashimer
Active User
Joined: 13 Feb 2004 Posts: 267 Location: Bangalore
|
|
|
|
| I need to search for a string in different generations of a GDG and if the string is found in any generation I need those generations listed in my search output. |
|
| Back to top |
|
 |
References
|
Posted: Mon Mar 31, 2008 6:56 pm Post subject: Re: search GDG and print the generation |
 |
|
|
 |
Moved: Mon Mar 31, 2008 7:05 pm by superk From JCL to SMS & VSAM |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3014 Location: Charlotte,NC USA
|
|
|
|
| Just to be clear, if you have a thousand generations, and if the string is found in 999 of them, you want to report on all of the 999 generations where the string was found? Or, only the most recent? The oldest? |
|
| Back to top |
|
 |
ashimer
Active User
Joined: 13 Feb 2004 Posts: 267 Location: Bangalore
|
|
|
|
all the generations ....
thanks |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3014 Location: Charlotte,NC USA
|
|
| Back to top |
|
 |
ashimer
Active User
Joined: 13 Feb 2004 Posts: 267 Location: Bangalore
|
|
|
|
| But Kevin i need to print the GDG versions in which the string was found |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 6936 Location: 221 B Baker St
|
|
|
|
Hello,
Did you read all of the first link Kevin posted?
I believe the jcl you need to do what you want is in the last reply of that topic. |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3014 Location: Charlotte,NC USA
|
|
|
|
| I don't see that there's any options other than a loop, searching each generation individually, indicating a YES/NO on the match, and then printing out only the generations where a YES is indicated. |
|
| Back to top |
|
 |
|
|