Date: Tue, 29 Oct 2002 17:36:35 GMT
Reply-To: "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Organization: EarthLink Inc. -- http://www.EarthLink.net
Subject: Re: Sleep Function for NON WINDOWS OS
Content-Type: text/plain;
"Charles Patridge" <Charles_S_Patridge@PRODIGY.NET> wrote in message
news:200210291648.g9TGmuv18790@listserv.cc.uga.edu...
> Dear SAS-Lers,
>
> Has anyone come up with a "neat" way of simulating the SLEEP FUNCTION
that
> is available in the WINDOWS platform???
>
snip
You can try to run a system command (X, system(), %sysexec(), pipe, etc...)
that sleeps.
Unix: sleep
OpenVMS: sleep?
--
Richard A. DeVenezia
http://www.devenezia.com/downloads/sas/macros/#FindFiles
Get file information from Windows
|