SET DOHISTORY

From Recital Documentation Wiki
Jump to: navigation, search

Purpose

Determine whether commands from program files are recorded in history


Syntax

SET DOHISTORY ON | OFF | (<expL>)


See Also

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


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 Server, Recital