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 (September 2001, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 4 Sep 2001 16:14:08 +0100
Reply-To:   Peter Crawford <peter.crawford@DB.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Peter Crawford <peter.crawford@DB.COM>
Subject:   Multiple Remote Submits
Comments:   To: Jim <jlinck@UGA.EDU.NOSPAM>
Content-type:   text/plain; charset=iso-8859-1

In the oin-line doc, read up on the features of asynchronous remote submit. You can have both servers working for you at the same time !

Datum: 04/09/2001 14:40 An: SAS-L@listserv.uga.edu

Antwort an: Jim <jlinck@UGA.EDU.NOSPAM>

Betreff: Multiple Remote Submits Nachrichtentext:

I have two remote SAS servers to which I regularly submit SAS jobs using SAS 8.1 (soon to be 8.2) remote submit. What I end up doing is signing on to one, running my stuff, signing off, then signing on to the other. I wonder if there is a way to be less generic in my sign on and remote submit procedures such that I could, say, sign on to both of the them at the beginning of the program, then do my remote submit specifically to each server as necessary. i.e., what I do now is: * Sign on to the first server.; signon; rsubmit; ...code...; endrsubmit; signoff; * And to the next server. signon; rsubmit; ...code...; endrsubmit; signoff;

Thanks, Jim

--

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.


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