[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: How to PAUSE a SQR?
Hi
I don't know about SQR but in Oracle u can say dbms_lock.sleep(v_seconds).
Maybe u could use that in ur SQR.
Bharathi
> -----Original Message-----
> From: Rick_Creel@AONCONS.COM [SMTP:Rick_Creel@AONCONS.COM]
> Sent: Friday, April 07, 2000 10:21 AM
> To: SQR-USERS@list.iex.net
> Subject: How to PAUSE a SQR?
>
> 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