Is there a SQR command that will cause the program to sleep or wait for a specified number of seconds? For example, in UNIX shell script you can say SLEEP 10 and this will cause the program to stop for 10 seconds. Is there a similar command in SQR? Thanks