MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Fileaid Search

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
ace
Beginner


Joined: 24 Feb 2004
Posts: 58
Topics: 23

PostPosted: Thu Oct 05, 2006 11:18 am    Post subject: Fileaid Search Reply with quote

Hi All,
I'm using Fileaid to search thru a set of datasets for multiple strings like
Code:
//SYSIN    DD *                   
$$DD01 LIST IF=(1,0,C'string1'),     
            OR=(1,0,C'string2'),   
            OR=(1,0,C'string3'),
            -------------------
            ----------------etc


Is it possible to get the search result in the SYSLIST in a better formatted way?

Something like

Code:
string1           <corresponding record>
string2           <corresponding record>
string3           <corresponding record>

Which will give the serach string as well as the corresponding record or record number.
_________________
Thank You
-Ace
Back to top
View user's profile Send private message
Dibakar
Advanced


Joined: 02 Dec 2002
Posts: 700
Topics: 63
Location: USA

PostPosted: Thu Nov 09, 2006 3:44 am    Post subject: Reply with quote

Ace,

Why not write a program in REXX or some other language?

Thanks,
Diba.
Back to top
View user's profile Send private message Send e-mail
Pudah
Beginner


Joined: 20 Jun 2003
Posts: 27
Topics: 8
Location: East of the Rock, West of the Hard Place

PostPosted: Wed Nov 15, 2006 7:36 am    Post subject: Reply with quote

It's been a long time since my shop got cheap and got rid of File-Aid, but looking thru my old JCL, I think that you can get what you want by using MOVE. Something like...

Code:
$$DD01 LIST IF=(1,0,C'string1'),MOVE=(to,length,from)
Back to top
View user's profile Send private message Send e-mail
Dibakar
Advanced


Joined: 02 Dec 2002
Posts: 700
Topics: 63
Location: USA

PostPosted: Thu Nov 23, 2006 4:22 am    Post subject: Reply with quote

Pudah,

How do you browse VSAM files?

Thanks,
Diba.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group