Date: Thu, 15 Apr 2010 10:22:34 -0500
Reply-To: Joe Matise <snoopy369@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Joe Matise <snoopy369@GMAIL.COM>
Subject: Re: Remote submit without local SAS-installation
In-Reply-To: <201004151519.o3FAl0bH001184@malibu.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1
You can log into the server and execute it in batch mode there, I'd think...
easiest option really.
-Joe
On Thu, Apr 15, 2010 at 10:19 AM, Jesper Sahner Pedersen <
jespersahner@hotmail.com> wrote:
> Hi,
>
> From a local SAS-installation you can sign on to a remote server and
> remote-submit your code:
>
> %let server=...;
> signon server user=_prompt_ password=_prompt_;
> rsubmit;
> *SAS-code;
> endrsubmit;
> signoff;
>
> In this example the local SAS-installation is only used for remotely
> submitting, nothing more. I wonder if the same SAS-code can be submitted to
> the remote server without a local SAS-installation (e.g. put in an
> .exe-file
> that is somehow sent to the remote server)?
>
> Regards,
> Jesper
>
|