Difference between revisions of "SET TERMINAL"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 11: | Line 11: | ||
==Syntax== | ==Syntax== | ||
− | SET TERMINAL TO <terminal-name> | + | ''SET TERMINAL TO <terminal-name>'' |
==See Also== | ==See Also== | ||
− | GETENV(), PUTENV() | + | [[GETENV()]], [[PUTENV()]] |
Line 23: | Line 23: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
− | set terminal to ansi</ | + | set terminal to ansi</code> |
==Products== | ==Products== | ||
Recital Terminal Developer | Recital Terminal Developer | ||
+ | [[Category:Documentation]] | ||
+ | [[Category:Commands]] | ||
+ | [[Category:Set_Commands|TERMINAL]] |
Revision as of 12:28, 12 March 2009
Contents
SET TERMINAL
Class
Recital Terminal Developer Environment
Purpose
Specify the terminal being used.
Syntax
SET TERMINAL TO <terminal-name>
See Also
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).
Example
set terminal to ansi
Products
Recital Terminal Developer