&PAUSE
Syntax
&PAUSE {seconds}
where:
seconds numeric value in the range 0 to 32767
Description
&PAUSE stops execution of a script for a specified number of seconds
which must be provided in the seconds parameter.
Example
&PAUSE 10
When the script comes across this line it will wait for ten seconds at
this point before continuing.