Search notes:

SAS programming: call routine sleep

%let t0     = %sysfunc(datetime());
           /* Take a nap for a little more than three seconds: */
%let rc     = %sysfunc(sleep(3.14156, 1));
%put rc     = &rc;
%let t1     = %sysfunc(datetime());

%let t_diff = %sysevalf(&t1 - &t0);

%put Slept %sysfunc(putn(&t_diff, time13.4)); /* Slept  0:00:03.1449 */
Github repository about-SAS, path: /programming/call-routines/sleep.sas

See also

SAS programming: call routines

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Companie...', 1759408321, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Companies-Products/SAS/programming/call-routines/sleep(46): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78