NET/MASTER Management Services (MS) Command Reference Manual

CLOSTERM
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–23
logical-name
specifies the logical name of the terminal. This is the name by which NonStop
NET/MASTER MS recognizes the terminal. It corresponds to a physical name.
A logical name must be from one through eight characters long and can include
any displayable characters. Alphabetic characters are not case-sensitive. A logical
name cannot begin with a backslash (\) or a dollar sign ($).
You can specify an asterisk (*) as the last character of a logical name. In this
context, the asterisk is a wild card.
ALL
specifies all terminals.
Considerations
The default authority level of this command is 1. All operands for this command
have a default authority level of 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.
For related information, see the CANCEL, OPENTERM, and TERMINAL
commands.
Examples
1. The following example closes a terminal that has the physical name of
$ATP2.#TERM1:
CLOSTERM $ATP2.#TERM1
2. The following example closes a terminal that has the logical name of TERM1:
CLOSTERM TERM1
3. The following example closes terminals with logical names beginning with the
characters TERM:
CLOSTERM TERM*
4. The following example closes all terminals:
CLOSTERM ALL