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

TSO find command to search semicolon character


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

New User


Joined: 13 Jun 2007
Posts: 32
Location: chennai

PostPosted: Thu Nov 20, 2008 2:44 pm
Reply with quote

hI

The attachement given is the error message when I do a find command for character ;

Please let me know how to search semicolon character.
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Thu Nov 20, 2008 2:46 pm
Reply with quote

cant find any attachment? icon_confused.gif
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Nov 20, 2008 2:52 pm
Reply with quote

the issue is that the semicolon is considered as the multi command separator

like for example in
find all the lines not containing a STRING
which could be a one liner
Code:
exc all;find STRING all;flip


You must go into Your ISPF profile ( option 0 ) and choose a different char for
command separator/chaining
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Thu Nov 20, 2008 3:01 pm
Reply with quote

Hi Santhosh,

Are you looking for this?
Code:
F X'5E' ALL
Back to top
View user's profile Send private message
santhoshm

New User


Joined: 13 Jun 2007
Posts: 32
Location: chennai

PostPosted: Thu Nov 20, 2008 3:06 pm
Reply with quote

Thanks for quick reply,

But do we have any other way to find that delimiter character just like other special characters and even not the Hexadecimal search.
Back to top
View user's profile Send private message
senjay

Active User


Joined: 10 May 2007
Posts: 147
Location: India

PostPosted: Thu Nov 20, 2008 7:50 pm
Reply with quote

Hi,

Go to START;0 (Settings)

change 'COMMAND DELIMITER' from ';' to some other value, for ex ':'

Now do Find ';'

You will get the desired result
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
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 Routing command Address SDSF to other... TSO/ISPF 2
No new posts To find whether record count are true... DFSORT/ICETOOL 6
Search our Forums:

Back to Top