On Sun, 16 Dec 2007 11:06:28 +0200, Binyamin Dissen wrote:

>I do an
>    ALL /string/
>macro to get the lines I want.
>
>How do I delete the other lines so that I can save a file with just those
>line?
>
(IIRC -- Please RTFM before maiming your file on my say-so):

SET DISPLAY 0 0
SET SCOPE DISPLAY /* should be the default */
:0 DELETE *

>Similar to ISPF
>
>    X ALL
>    F 'string' ALL
>    DEL ALL X
>
Now, in ISPF, how can I briefly return to unlimited display
then return again to the shadow display?

But ISPF is easier than XEDIT at adding lines to the viewable
set; in XEDIT you need to write a macro to do that.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to