IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

search GDG and print the generation


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ashimer

Active Member


Joined: 13 Feb 2004
Posts: 551
Location: Bangalore

PostPosted: Mon Mar 31, 2008 6:56 pm
Reply with quote

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
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Mar 31, 2008 7:07 pm
Reply with quote

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
View user's profile Send private message
ashimer

Active Member


Joined: 13 Feb 2004
Posts: 551
Location: Bangalore

PostPosted: Mon Mar 31, 2008 7:11 pm
Reply with quote

all the generations ....

thanks
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Mar 31, 2008 8:15 pm
Reply with quote

This is a similar topic. I'll see if I can find more.

Here's another one.

This one looks useful, since it looks as if you may need to code a program to do what you want.
Back to top
View user's profile Send private message
ashimer

Active Member


Joined: 13 Feb 2004
Posts: 551
Location: Bangalore

PostPosted: Mon Mar 31, 2008 9:59 pm
Reply with quote

But Kevin i need to print the GDG versions in which the string was found
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Mar 31, 2008 11:25 pm
Reply with quote

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
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Mar 31, 2008 11:44 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts DFHPI1008 JSON generation failed COBOL Programming 0
No new posts JCL sortcard to print only the records DFSORT/ICETOOL 11
No new posts first column truncated in search result IBM Tools 13
Search our Forums:

Back to Top