|
|
| Author |
Message |
sreerocks
New User
Joined: 18 Jun 2008 Posts: 3 Location: chennai
|
|
|
|
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 |
|
 |
References
|
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1930 Location: Israel
|
|
|
|
It has nothing to do with COBOL, it's an ISPF Editor Command.
Try FLIP.
O. |
|
| Back to top |
|
 |
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
|
|
|
|
Hi,
I thought "X ALL" is an ISPF command..  |
|
| Back to top |
|
 |
sreerocks
New User
Joined: 18 Jun 2008 Posts: 3 Location: chennai
|
|
|
|
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 |
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2142 Location: Phoenix, AZ
|
|
|
|
Hi,
First issue
then
BTW, when you say
| Quote: |
| FLIP is not working. |
what exactly happened at your end ? |
|
| Back to top |
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1618 Location: germany
|
|
|
|
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 |
|
 |
sreerocks
New User
Joined: 18 Jun 2008 Posts: 3 Location: chennai
|
|
|
|
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 |
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2142 Location: Phoenix, AZ
|
|
|
|
Hi,
You're Welcome..hopefully we had been helpful..
- Ad |
|
| Back to top |
|
 |
|
|