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

Not options with EXCLUDE command


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

New User


Joined: 15 Oct 2007
Posts: 27
Location: Canada

PostPosted: Thu Jan 10, 2008 1:09 am
Reply with quote

When in EDIT mode, is there a not option for the EXCLUDE command?

Ideally I want to:

BNDS 1,10
EX ALL
FIND ALL FEB


but theres some lines that actually have 'February' string, ones I didn't want showing up, in the first 10 cols. So I figured to exclude them I need to use:

EXCLUDE [lines NOT containing year string]


Is there a way to accomplish this?
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Thu Jan 10, 2008 1:18 am
Reply with quote

pauly_william wrote:
When in EDIT mode, is there a not option for the EXCLUDE command?

Ideally I want to:

BNDS 1,10
EX ALL
FIND ALL FEB


but theres some lines that actually have 'February' string, ones I didn't want showing up, in the first 10 cols. So I figured to exclude them I need to use:

EXCLUDE [lines NOT containing year string]

Have you tried F1 for help.


EX has the same basic command format as FIND.


Is there a way to accomplish this?
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Jan 10, 2008 5:13 pm
Reply with quote

Have you considered ...........

BNDS 1,10
EX ALL
FIND ALL FEB
EX ALL FEBRUARY
Back to top
View user's profile Send private message
pauly_william

New User


Joined: 15 Oct 2007
Posts: 27
Location: Canada

PostPosted: Thu Jan 10, 2008 6:00 pm
Reply with quote

Ahhh.... lateral thinking.
Thanks expat, I knew I was making more complicated than it had to be.
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 Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
No new posts Exclude rows with > than x occurre... DFSORT/ICETOOL 6
Search our Forums:

Back to Top