| Date: | Wed, 10 Apr 2002 04:36:28 -0400 |
| Reply-To: | Gerhard Hellriegel <ghellrieg@T-ONLINE.DE> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Gerhard Hellriegel <ghellrieg@T-ONLINE.DE> |
| Subject: | Re: Newbie questions |
|---|
On Tue, 9 Apr 2002 16:40:24 -0700, Rich <shpzh2000@YAHOO.COM> wrote:
>Hi, I am a newbie to running SAS under UNIX. Jut have a couple of
>simple questions ( I think).
>
>1. How to submit part of the program to run, say line 6 to line 10?
>2. Why the whole program disappeared after I submit the program? And I
>had to use "Recall Last Submit" to get them back.
>
>Thanks.
>
>Rich
1. 2 possibilities: if you use the "old" pgm-editor and you want to
submit "first x lines" you can use the "subtop x" command. That does not
work with the enhanced editor.
- mark the part you want to submit and use the submit command. Only the
marked code will be submitted.
2. if you want to get it back immeadiately just assign submit;recall to a
function key.
What I prefer is to have submit and recall on different function keys.
Simply pressing one key to get back the submitted lines if you want it is
very easy...
|