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

X ALL command


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

New User


Joined: 18 Jun 2008
Posts: 9
Location: chennai

PostPosted: Mon Aug 18, 2008 2:25 pm
Reply with quote

Hi,

X ALL 'WORD' command in cobol hides every line with WORD.

is there any reverse command for this?? it should display all these lines hiding every other line.

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

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Aug 18, 2008 2:43 pm
Reply with quote

It has nothing to do with COBOL, it's an ISPF Editor Command.

Try FLIP.

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

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Aug 18, 2008 2:53 pm
Reply with quote

Hi,

I thought "X ALL" is an ISPF command.. icon_confused.gif
Back to top
View user's profile Send private message
sreerocks

New User


Joined: 18 Jun 2008
Posts: 9
Location: chennai

PostPosted: Mon Aug 18, 2008 3:44 pm
Reply with quote

Ya thats true...
its an ISPF command. FLIP is not working.
considering it as an invalid parameter.
are u aware of any other ISPF command which show only those lines with the specified word???

Thanks
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Aug 18, 2008 3:52 pm
Reply with quote

Hi,

First issue
Code:
X ALL "WORD"
then
Code:
FLIP


BTW, when you say
Quote:
FLIP is not working.
what exactly happened at your end ?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Mon Aug 18, 2008 5:01 pm
Reply with quote

you could also separate the commands with your command delimiter.

my command delimiter is a semi.colon.

therefore I would enter on the command line: X ALL 'WORD';FLIP.

actually I would enter: X ALL;F ALL 'WORD'
Back to top
View user's profile Send private message
sreerocks

New User


Joined: 18 Jun 2008
Posts: 9
Location: chennai

PostPosted: Tue Aug 19, 2008 11:58 am
Reply with quote

Thanks to all....

I was justtrying to use FLIP alone in the beginning.
thats why it went wrong.

Thank u very much
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Aug 19, 2008 12:08 pm
Reply with quote

Hi,

You're Welcome..hopefully we had been helpful.. icon_smile.gif

- Ad
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 Query on edit primary command CLIST & REXX 5
Search our Forums:

Back to Top