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

FileAid - Search Criteria


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nvgroups

New User


Joined: 05 Dec 2006
Posts: 5
Location: Hong Kong

PostPosted: Sat Apr 25, 2009 1:15 am
Reply with quote

I want to search a sequential file using FileAid. I want to specify more than one value for a single serach field.

Case: I have a column/field FRUIT in a file and the distinct values available are Apple, Grape, Mango, Banana etc. I want to get all the records where the value is Apple and Mango. I know how to get all the records for Apple but not where more than one value is given. Can anyone help me! Thanks
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Sat Apr 25, 2009 2:01 am
Reply with quote

Use PF1 in FILEAID and find where you can have multiple search keys.
Back to top
View user's profile Send private message
Sam Davies

New User


Joined: 25 Jun 2009
Posts: 6
Location: UK

PostPosted: Tue Jun 30, 2009 8:23 pm
Reply with quote

Hi,

If you are using the Formatted selection criteria then the following would work;

= 'Apple' or 'Mango'

If you are using Unformatted selection criteria then the following would work;

Position 10, Length 5, EQ 'Apple,mango'

Note that the comma acts as an OR. Alternatively you can split this command over two lines;

Position 10, Length 5, EQ 'Apple'
OR Position 10, Length 5, EQ 'Mango'

I tend to use File-AID all the time because it allow me to build some quite powerful queries. The best way to develop these are start simple queries, with small files and then add to them to make sure you get the results you are looking for.

Cheers.

Sam.
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 -> Compuware & Other Tools

 


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 first column truncated in search result IBM Tools 13
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts To search DB2 table based on Conditio... DB2 1
Search our Forums:

Back to Top