![]() Chapter Contents |
![]() Previous |
![]() Next |
| WAIT |
| Category: | Utility |
| Syntax | |
| Details | |
| Example |
Syntax |
| CALL WAIT(seconds); |
| Details |
You can also use WAIT to allow the screen to refresh before performing another task.
| Example |
time1 = datetime(); call wait( 4.5 ); time2 = datetime(); diff=putn((time2-time1),'4.1'); put time1= time2= diff=;
time1=1069234872.22999 time2=1069234876.74999 diff=4.5
init: start.text=datetime(); call wait(3.1); finish.text=datetime(); return;
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.