NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
OPENTERM
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–173
Considerations
The default authority level of this command is 3.
You can enter this command from any NCL procedure, including the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
When you open a terminal by using this command the SHOW TERM command
shows the status of the terminal is WAIT LOGON and the SHOW TERMDEF
command shows that the status of the terminal is CONNECTED.
If you configure a terminal to support 8-bit characters, NonStop NET/MASTER
MS supports 8-bit characters when the terminal is opened. Refer to the NonStop
NET/MASTER MS System Management Guide for more information on configuring
and opening terminals.
For related information, see the CANCEL, CLOSTERM, and TERMINAL
commands.
Examples
1. The following example opens a terminal that has the physical name of
$ATP2.#TERM1:
OPENTERM $ATP2.#TERM1
2. The following example opens a terminal that has the logical name of TERM1:
OPENTERM TERM1
3. The following example opens terminals with logical names beginning with the
characters TERM:
OPENTERM TERM*
4. The following example opens all terminals:
OPENTERM ALL