| 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 |
|
| 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.
|