Difference between revisions of "SET VERIFY"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 30: Line 30:
 
==Products==
 
==Products==
 
Recital Terminal Developer
 
Recital Terminal Developer
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands|VERIFY]]

Revision as of 11:38, 11 March 2009

SET VERIFY

Class

Screen Environment


Purpose

Enable or disable dialog box display


Syntax

SET VERIFY ON | OFF | (<expL>)


See Also

DIALOG MESSAGE, SET DIALOG, SET HELP, SET MESSAGE


Description

The SET VERIFY command is used to enable or disable dialog box display upon execution of [ABANDON], [DELETE RECORD], [EXIT/SAVE], or [CARRY MODE] operations. If VERIFY is set ON, when a user presses a key to initiate an [ABANDON], [DELETE RECORD], [EXIT/SAVE] or [CARRY MODE] operation, a dialog box displays asking for confirmation of the operation. The dialog box contains a YES button and a NO button. The user may move the cursor to a YES or NO button and press [RETURN] to reply. Pressing the [ABANDON] key or selecting the NO button returns the user to the previous screen. Selecting the YES button continues the operation. By default, SET VERIFY is ON.


Example

set verify on
use test


Products

Recital Terminal Developer