LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Jesper Sahner Pedersen <jespersahner@hotmail.com>
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 >


Back to: Top of message | Previous page | Main SAS-L page