Date: Thu, 2 Mar 2000 15:58:24 -0500
Reply-To: "Bross, Dean S" <dean.bross@MAIL.VA.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Bross, Dean S" <dean.bross@MAIL.VA.GOV>
Subject: Re: How to remote submit without typing RSUBMIT?
Content-Type: text/plain; charset="iso-8859-1"
Using version 6.12
In the program editor window
Use the Locals menu
There is an option called Remote submit
(the b is underlined)
This will send the entire program editor window to the
remote host
You can still use ENDRSUBMIT; to have some of the
code executed on your local SAS
Dean Bross
> -----Original Message-----
> From: Larry Van Horn [mailto:vanhorn@SIMON.ROCHESTER.EDU]
> Sent: Thursday, March 02, 2000 1:33 PM
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: How to remote submit without typing RSUBMIT?
>
>
> Fols,
> I am using CONNECT to a server with spawner. All is good
> except that I find
> it frustrating to type rsubmit above every block of code I
> want to process
> as I am writing programs. Is there a better alternative?
> For example, a
> little running man RSUBMIT button, macro key combination etc.
> My code now
> gets littered with Rsubmits which is a problem if you don't
> find them all.
> TIA,
> Larry
>
|