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 2003, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 1 Sep 2003 16:17:18 +0100
Reply-To:     Roland <roland@RASHLEIGH-BERRY.FSNET.CO.UK>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Roland <roland@RASHLEIGH-BERRY.FSNET.CO.UK>
Organization: Universe Monitors
Subject:      Re: can you submit local code inside an rsubmit block?

What I want to do is simple but maybe not. Assume you are running most of your code on local host. You can slot some code you want to run remotely between an rsubmit and endrsubmit. Fine !. So while you are in the rsubmit and that code is running remotely then is it possible for that remote host to run code on the local host? I mean a conceptual structure like this:

Rsubmit;

Lsubmit;

endLsubmit;

endRsubmit;

"Thomasset Pierre Office" <pierre.thomasset@FORTISAG.BE> wrote in message news:200309011500.h81F0jw16386@listserv.cc.uga.edu... > Sorry, I think I do not understand what you really need. > > We always work with the usual structure I mentioned before, combining a > sequence of local and remote processings. > Of course, the local SAS remains the master (the client) in the game, the > remote SAS being the server. > > NB. We sometimes would like to play the game in the reverse order. I mean, > a SAS batch job in the mainframe running as a client for (rsubmitting to) > some local PC. This is maybe what you are looking for ? > > Regards. > > On Mon, 1 Sep 2003 12:43:11 +0100, Roland <roland@RASHLEIGH- > BERRY.FSNET.CO.UK> wrote: > > >I was wanting to keep the rsubmit block intact and submit local code inside > >it. > > > >"Thomasset Pierre Office" <pierre.thomasset@FORTISAG.BE> wrote in message > >news:200309011117.h81BH5w18783@listserv.cc.uga.edu... > >> Hello, > >> > >> Do you mean something else than the usual structure : > >> > >> local code 1 > >> RSUBMIT; > >> remote code 1 > >> ENDRSUBMIT; > >> local code 2 > >> RSUBMIT; > >> remote code 2 > >> ENDRSUBMIT; > >> local code 3 > >> etc... > >> > >> On Mon, 1 Sep 2003 11:29:23 +0100, Roland <roland@RASHLEIGH- > >> BERRY.FSNET.CO.UK> wrote: > >> > >> >This thread has moved on from the orginal question I posted. What I > >wanted > >> >to know was whether it was possible to submit code within an rsubmit > >block > >> >that would run on the local host. Sort of like an Lsubmit block withan > an > >> >Rsubmit block. > >> >


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