|
"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
|