NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
SYSPARMS CMDSTACK
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–457
CMDSTACK
CMDSTACK=
maximum-commands
specifies the maximum number of commands to retain in the history buffer
(command stack) associated with an OCS window.
The default maximum number of commands that a history buffer retains is 20.
You can specify a value from 0 through 99. A value of 0 disables the history
buffer. A value from 1 through 99 sets the upper limit of the value a user can
specify using the PROFILE CMDSTACK command.
Consideration
Each OCS window has a history buffer. The history buffer keeps commands that you
enter from the OCS command input line. (If you enter the same command
consecutively, it keeps the first occurrence only.) You can recall and display
commands in a history buffer using the !, ?, CS-, CS+, FC, and HISTORY commands.
You can use this system parameter to tailor the maximum size of a history buffer.
Examples
1. The following example sets the maximum size of the history buffer associated with
an OCS window to 50 commands:
SYSPARMS CMDSTACK=50
2. The following example disables the history buffer:
SYSPARMS CMDSTACK=0