NET/MASTER Management Services (MS) Command Reference Manual

ENTER
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–83
Considerations
The default authority level of this command is 0.
You can enter this command from any NCL procedure, except the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
If you position the cursor on a NRD message and press the ENTER key, the NRD
message is hidden. Any function associated with the ENTER key is not
performed.
You can assign concatenated commands to the ENTER key. To do so, you must
use two semicolons (;;), rather than one semicolon, between commands.
When you are defining a prefix function key, you should end the text with a plus
sign (+) if you want a blank when the text is prefixed to the text in the OCS
command input line.
When you are defining a suffix function key, you should start the text with a plus
sign (+) if you want a blank when the text is appended to the text in the OCS
command input line.
For related information, see the FK and PF commands.
Examples
1. The following example defines the F13 function key as the ENTER key and then
redefines the ENTER key as an immediate function key that executes the
command SHOW USERS:
FK F13 IMM
ENTER IMM,SHOW USERS
2. The following example associates two concatenated commands with the ENTER
key (there are two semicolons between the commands):
ENTER IMM,CLEAR;;SHOW USERS
3. Both commands in the following example set the value of the ENTER key to its
original value. These commands are synonymous.
ENTER
ENTER RESET