SET DOHISTORY

From Recital Documentation Wiki
Revision as of 16:16, 10 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SET DOHISTORY

Class

Error Handling and Debugging


Purpose

Determine whether commands from program files are recorded in history


Syntax

SET DOHISTORY ON | OFF | (<expL>)


See Also

SET HISTORY, SUSPEND, RESUME, SET STEP, SET ECHO, SET DEBUG, SET PRINT


Description

If SET DOHISTORY is ON, and HISTORY is ON, then commands executed in program files are recorded in the command history. This command is primarily used during program debugging. The commands executed in the program, while DOHISTORY is ON, can be listed with the LIST HISTORY command. If used in conjunction with the SET HISTORY TO FILE <.his filename> the program history can be stored in a text file. By default, DOHISTORY is OFF.


Example

set history on
set dohistory on
do testprg
list history


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer