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 (June 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sun, 8 Jun 2003 04:06:12 -0400
Reply-To:   Tony <hztangli@YAHOO.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Tony <hztangli@YAHOO.COM>
Subject:   Re: Schedule SAs jobs on Unix without LSF

Hello Charming Man, Sorry for being late to reply. I don't quite understand "ant" and "make" method you mentioned,could you please give some examples? Here is the sample requirement: I have three sas jobs job1.sas,job2.sas,job3.sas(source codes are generated by SAS/Warehouse Administrator,so they are not wrapped up in macros).They are independent of each other.But I have an another sas job job4.sas ,which depends on sucessful completion of prevoius three jobs(if any of three jobs fails,job4.sas should not run).For efficiency,I'd like to concurrently run job1.sas,job2.sas,job3.sas(parallel execution to take advantage of multi processor on Unix),if sucessful then kick off job4.sas. My question is :how to automate the whole process? I'd like to see all the possible solutions(macros,shell scipt,etc.) And is there any way to stop the whole process automatically and send notification(email or pager) if any data step or proc step error occurs in job1 or job2 or job3? Thanks, Tony


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