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 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 24 May 2001 23:40:50 GMT
Reply-To:   Lou Pogoda <lpogoda@HOME.NOSPAM.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Lou Pogoda <lpogoda@HOME.NOSPAM.COM>
Organization:   Excite@Home - The Leader in Broadband http://home.com/faster
Subject:   Re: wait some time in base sas

Urs Jetter wrote in message <9ejc51$rdq$03$1@news.t-online.com>... >Hi, > >I have a two jobs that start at the same time but use the same resource. >After job1 connects to the resource, job2 runs into an error-condition. >That's fine, I handle this error and let job2 wait for two minutes. Then >job2 tries again. > >The waiting is done by checking the clock until it's time to run again.... >So SAS takes much cpu only for waiting. > >Does anybody know a V6 or V8 SAS/base Function or a statement that waits but >is not consuming so much cpu. The statement must work on aix. > Um, any reason not to make them one job? Either by combining the two files into one file, or kicking off a third job that consists simply of %INCLUDEs of the other two?


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