Difference between revisions of "SET CONSOLE"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Turn the screen display on or off
 
Turn the screen display on or off
 
  
 
==Syntax==
 
==Syntax==
 
SET CONSOLE ON | OFF | (<expL>)
 
SET CONSOLE ON | OFF | (<expL>)
 
  
 
==See Also==
 
==See Also==
[[@...GET]]
+
[[SET ALTERNATE]]
 
+
  
 
==Description==
 
==Description==
If SET CONSOLE is OFF, no output is displayed on the screen.  Characters can be input so that, for example, reports may be printed on a slave printer attached to the terminal without the text appearing on the screen.  Another usage is to read passwords without echo.  By default, CONSOLE is ON.
+
If SET CONSOLE is OFF, no output is displayed on the screen.  By default, CONSOLE is ON.
 
+
  
 
==Example==
 
==Example==
Line 21: Line 17:
 
set console on</code>
 
set console on</code>
  
 
==Products==
 
Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|CONSOLE]]
 
[[Category:Set_Commands|CONSOLE]]
[[Category:Screen Environment]]
 
[[Category:Screen Environment Set Commands]]
 

Latest revision as of 06:19, 12 December 2012

Purpose

Turn the screen display on or off

Syntax

SET CONSOLE ON | OFF | (<expL>)

See Also

SET ALTERNATE

Description

If SET CONSOLE is OFF, no output is displayed on the screen. By default, CONSOLE is ON.

Example

set console off
report form patrons to print
set console on