NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
PROGRUN
NonStop NET/MASTER MS Commands
2–288 115412 Tandem Computers Incorporated
NAME=
process-name
specifies the process name to be used. You can specify a process name from one
through six characters long. (This includes the initial dollar sign ($) of the process
name.)
If omitted, a system-generated process name is created. You can determine the
process name created by examining the response message generated after control
returns to NonStop NET/MASTER MS.
PAUSE
specifies whether NonStop NET/MASTER MS pauses before taking back control
of the terminal after the process created by the PROGRUN command terminates.
While NonStop NET/MASTER MS pauses, you can examine process termination
information.
YES
instructs NonStop NET/MASTER MS to pause. You must press a key to
signal NonStop NET/MASTER MS to take back control of the terminal.
NO
instructs NonStop NET/MASTER MS not to pause. Specifying NO is the same
as specifying 0.
pause-time-delay
instructs NonStop NET/MASTER MS to pause for the specified time (in
seconds). After the process terminates, NonStop NET/MASTER MS pauses
for the specified time before automatically taking back control of the terminal.
You can specify a value from 0 through 999 seconds. Specifying 0 is the same
as specifying NO.
PRI=
process-priority
specifies the priority to be used. You can specify a priority from 1 through 199. If
omitted, the priority used is one less than the priority of your current Guardian
process.
PARAMS="
startup-string
"
specifies a parameter string to pass to the program in the startup message.
You can specify any string of displayable characters in the parameter string. You
must enclose the parameter string in quotes, if you include blanks. The maximum
length of the parameter string depends on the maximum length that the process
can accept in its startup message.