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 (March 2000, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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 >


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