Difference between revisions of "SET TERMINAL"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET TERMINAL=
 
 
 
==Class==
 
Recital Terminal Developer Environment
 
 
 
 
==Purpose==
 
==Purpose==
 
Specify the terminal being used.
 
Specify the terminal being used.
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
GETENV(), PUTENV()
+
[[GETENV()]], [[PUTENV()]], [[Terminal Definition Files]]
  
  
 
==Description==
 
==Description==
The SET TERMINAL TO <terminal-name> command specifies the type of terminal that is being used.  This command is normally only used for testing purposes.  When Recital Terminal Developer starts, it will automatically issue a SET TERMINAL TO command depending upon the contents of the environment variable/symbol, DB_TERM.  This environment variable (UNIX/Linux), or symbol (OpenVMS) is defined in the login file (profile.db / login.com).
+
The SET TERMINAL TO <terminal-name> command specifies the type of terminal that is being used.  This command is normally only used for testing purposes.  When Recital Terminal Developer starts, it will automatically issue a SET TERMINAL TO command depending upon the contents of the environment variable/symbol, DB_TERM.  This environment variable (UNIX/Linux), or symbol (OpenVMS) is defined in the [[Configuration Files|system-wide configuration file]].
  
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set terminal to ansi</pre>
+
set terminal to ansi
 +
</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands|TERMINAL]]
 +
[[Category:Terminal Environment]]
 +
[[Category:Terminal Environment Set Commands]]

Latest revision as of 15:40, 25 November 2009

Purpose

Specify the terminal being used.


Syntax

SET TERMINAL TO <terminal-name>


See Also

GETENV(), PUTENV(), Terminal Definition Files


Description

The SET TERMINAL TO <terminal-name> command specifies the type of terminal that is being used. This command is normally only used for testing purposes. When Recital Terminal Developer starts, it will automatically issue a SET TERMINAL TO command depending upon the contents of the environment variable/symbol, DB_TERM. This environment variable (UNIX/Linux), or symbol (OpenVMS) is defined in the system-wide configuration file.


Example

set terminal to ansi


Products

Recital