Difference between revisions of "SET PAUSE"

From Recital Documentation Wiki
Jump to: navigation, search
(Example)
Line 1: Line 1:
=SET PAUSE=
 
 
 
 
==Class==
 
==Class==
 
Recital Terminal Developer Environment
 
Recital Terminal Developer Environment
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[DISPLAY]], [[LIST]], [[SET SQL]]
+
[[DISPLAY]], [[Function Keys]], [[LIST]], [[SET SQL]]
  
  

Revision as of 09:09, 17 April 2009

Class

Recital Terminal Developer Environment


Purpose

Enable or disable screen pauses for the Recital/SQL SELECT statement


Syntax

SET PAUSE ON | OFF | (<expL>)


See Also

DISPLAY, Function Keys, LIST, SET SQL


Description

The SET PAUSE ON command causes the Recital/SQL SELECT command to pause after every screen of output until a key is pressed to continue, or the [ABANDON] key is pressed to cancel. When SET PAUSE is off, records retrieved with the Recital/SQL SELECT command scroll continuously until the last record is displayed.


Example

use accounts
set pause on
set sql on
select * from accounts;

Products

Recital Terminal Developer