Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
X ALL command

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
sreerocks

New User


Joined: 18 Jun 2008
Posts: 3
Location: chennai

PostPosted: Mon Aug 18, 2008 2:25 pm    Post subject: X ALL command
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
References
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 1930
Location: Israel

PostPosted: Mon Aug 18, 2008 2:43 pm    Post subject:
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
Moved: Mon Aug 18, 2008 2:44 pm by ofer71 From Mainframe COBOL to TSO/ISPF
Anuj D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2142
Location: Phoenix, AZ

PostPosted: Mon Aug 18, 2008 2:53 pm    Post subject:
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: 3
Location: chennai

PostPosted: Mon Aug 18, 2008 3:44 pm    Post subject:
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 D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2142
Location: Phoenix, AZ

PostPosted: Mon Aug 18, 2008 3:52 pm    Post subject:
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

Senior Member


Joined: 20 Oct 2006
Posts: 1618
Location: germany

PostPosted: Mon Aug 18, 2008 5:01 pm    Post subject:
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: 3
Location: chennai

PostPosted: Tue Aug 19, 2008 11:58 am    Post subject:
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 D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2142
Location: Phoenix, AZ

PostPosted: Tue Aug 19, 2008 12:08 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 Hours
Page 1 of 1