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

TSO ISPF FIND question


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

New User


Joined: 13 Aug 2008
Posts: 2
Location: New Jersey

PostPosted: Thu Oct 23, 2008 9:13 pm
Reply with quote

If I wanted to find all instances of the characters 'xxx' in columns 1 -6 I'd use: FIND 'XXX' ALL 1 6. No problem. Now, what if I wanted to find all non 'xxx' characters in columns 1 - 6? Does anyone know how to do that? Thanks.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Oct 23, 2008 9:21 pm
Reply with quote

X 'XXX' 1 6 ALL
Back to top
View user's profile Send private message
COBOLSteve

New User


Joined: 13 Aug 2008
Posts: 2
Location: New Jersey

PostPosted: Fri Oct 24, 2008 1:14 am
Reply with quote

Bingo! That's just what the doctor ordered. Thanks a ton!
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Fri Oct 24, 2008 2:11 am
Reply with quote

Also handy is the FLIP command.

X ALL hide all lines
F 'XXX' 1 6 ALL show target lines only
FLIP show non-matched lines only
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 Looking for a little history of ISPF ... TSO/ISPF 5
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Question for file manager IBM Tools 7
Search our Forums:

Back to Top