Date: Thu, 31 May 2001 15:12:13 -0500
Reply-To: Gary Ross <gary_ross@MGIC.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Gary Ross <gary_ross@MGIC.COM>
Organization: MGIC
Subject: MultiProcessing
Content-Type: text/plain; charset=us-ascii
I have a job which generates 3 sasfiles from 3 different data sources
and a fourth step which merges the 3 sasfiles. I have a program working
which processes the 3 sasfiles in separate asynchronous processes while
the fourth sasfile creation waits for the 3 asynchronous jobs to finish.
Using the rget command, I can get the "Last" log generated, but really
want all 3 logs in the final log for documentation/historical purposes.
I have not been able to get this to work. Anyone out there had any luck
with this?
P.S. I have captured the log and list files by issueing "proc printto"
within each of the 3 rsubmit processes, but I wind-up with 4 logs and 4
lists then.
|