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

Regarding search in tso using 3.14 option in TSO


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
suresh111

New User


Joined: 14 Feb 2005
Posts: 17

PostPosted: Wed May 24, 2006 7:44 pm
Reply with quote

Hi,
i want to search one condition like ( status = 'A'). i am trying to search that on using 3.14 option in TSO. but it is showing like invalid search-string
could you please any one of you help me the alternate way to search word with quotes.


Search-For Utility
Command ===>

Search String . . 'STATUS = 'A''


Thanks,
Suresh
Back to top
View user's profile Send private message
jacheter

New User


Joined: 15 Oct 2005
Posts: 9
Location: Clemson, SC

PostPosted: Wed May 24, 2006 7:57 pm
Reply with quote

under 3.14 try 'STATUS = ''A'''
Note: those are all SINGLE quotes
Back to top
View user's profile Send private message
suresh111

New User


Joined: 14 Feb 2005
Posts: 17

PostPosted: Tue May 30, 2006 2:23 pm
Reply with quote

now it is working fine,
Thank you Jacheter.
Back to top
View user's profile Send private message
sril.krishy

Active User


Joined: 30 Jul 2005
Posts: 183
Location: hyderabad

PostPosted: Wed May 31, 2006 6:48 pm
Reply with quote

Hi,
The other way of doing this one is to convert them into equavalent HEX values and search for X'AAAAA' ,where AAAA is your equavalent HEX value.

Thanks
Krishy
Back to top
View user's profile Send private message
ibmmainframe1

New User


Joined: 26 Jul 2005
Posts: 64
Location: India

PostPosted: Thu Jan 18, 2007 3:38 pm
Reply with quote

Hi,

In 3.14 option I need to give multiple strings for search with 'AND' option.

for ex:

search for ABC and DEF etc

Please advise.

Thanks.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Thu Jan 18, 2007 3:49 pm
Reply with quote

Isn't there a way to re-search the subset of a prior search? Search first for ABC and then search those results for DEF?
Back to top
View user's profile Send private message
ibmmainframe1

New User


Joined: 26 Jul 2005
Posts: 64
Location: India

PostPosted: Thu Jan 18, 2007 4:12 pm
Reply with quote

Hi William,

Could you please advise me how to do re-search.


Thanks.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Thu Jan 18, 2007 4:17 pm
Reply with quote

You should have started your own thread. Maybe one of the TSO gurus will spot this and chime in.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Jan 18, 2007 4:33 pm
Reply with quote

There is no re-search concept in SUPERC (which is ISPF, not TSO).

However, in 3.15 you may use statements to refine your search, like SRCHFORC. For more info, please refer to the fine manual.

O.
Back to top
View user's profile Send private message
IQofaGerbil

Active User


Joined: 05 May 2006
Posts: 183
Location: Scotland

PostPosted: Thu Jan 18, 2007 8:57 pm
Reply with quote

In SPF/E You can re-search if you use the global option in edit to find your string, then FILTER the results then search on those

eg
GLOBAL FIND 'string'

then once results are listed
FILTER RENAME -G:OK

should give your smaller list to re-search on

If you have PDSMAN you could SCAN for your string then use
TAG ONLY
on the results and re-scan on those
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 1042
Location: Richmond, Virginia

PostPosted: Fri Jan 19, 2007 6:50 pm
Reply with quote

You can also save the result file from your first search (its name is on the panel), then search that file for your 2nd string, changing the result file name for the 2nd search.
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 -> TSO/ISPF

 


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 SCOPE PENDING option -check data DB2 2
No new posts OUTFIL with SAVE option DFSORT/ICETOOL 7
No new posts CICS vs LE: STORAGE option CICS 0
Search our Forums:

Back to Top