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


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