| Date: | Thu, 19 Aug 2010 13:48:46 -0700 |
| Reply-To: | Arthur Tabachneck <art297@NETSCAPE.NET> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Arthur Tabachneck <art297@NETSCAPE.NET> |
| Subject: | Re: pair input |
| Content-Type: | text/plain; charset=ISO-8859-1 |
Kevin,
If you are trying to do that when building the file, why not just
assign an abbreviation with a one-character hotkey that would write
the two lines?
In the present case you could do that by simply clicking on
tools->keyboard macros->record new macro
and then type the two lines of text
and then click on tools->keyboard macros->stop recording. Then, you
could assign some short acronym to the abbreviation (like sub) but,
more importantly, assign a hotkey (like alt-z).
That way, you could just enter alt-z whenever desired, and the two
lines would appear in your file.
Is that what you are looking for?
Art
-------------
On Aug 19, 1:23 pm, kwu0914 <kwu0...@gmail.com> wrote:
> Hi SAS-L,
>
> In enhance editor, if I want to have "rsubmit......endrsubmit" for
> every block of statement no matter they are data steps or proc steps?
> How do I do it?
>
> For example:
>
> rsubmit;
> .........
> .....
> endrsubmit;
>
> rsubmit;
> .......
> .....
> .....
> endrsubmit;
>
> of course, I can type in, but I am a lazy guy.
>
> Thanks in advance!
>
> Kevin
|