NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
SYSPARMS AUTOEXEC
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–451
AUTOEXEC
AUTOEXEC={ YES | NO | OPSYS | START }
specifies whether NonStop NET/MASTER MS treats an unrecognized command
as the name of a valid Guardian utility or an NCL procedure.
YES
allows NonStop NET/MASTER MS to treat an unrecognized command as the
name of a valid Guardian utility or an NCL procedure.
If the unrecognized command is the name of a valid Guardian utility, the
OPSYS SEND command is added to the beginning of the unrecognized
command, and the new command string is resubmitted for execution.
NonStop NET/MASTER MS determines whether the unrecognized command
is the name of a valid Guardian utility by determining whether its name is
present in the files that define Guardian utilities.
If the unrecognized command is not the name of a valid Guardian utility,
NonStop NET/MASTER MS attempts to execute it as an NCL procedure using
the START command. If the START command finds the NCL procedure, it
executes it; if not, NonStop NET/MASTER MS displays an error message.
NO
disallows NonStop NET/MASTER MS from treating an unrecognized
command as the name of a valid Guardian utility or an NCL procedure.
NonStop NET/MASTER MS rejects all unrecognized commands and displays
an error message.
OPSYS
allows NonStop NET/MASTER MS to treat an unrecognized command as the
name of a valid Guardian utility, but not an NCL procedure.
If the unrecognized command is the name of a valid Guardian utility, the
OPSYS SEND command is added to the beginning of the unrecognized
command and the new command string is resubmitted for execution.
NonStop NET/MASTER MS determines whether the unrecognized command
is the name of a valid Guardian utility by determining whether its name is
present in the files that define Guardian utilities; if not, NonStop
NET/MASTER MS displays an error message.
START
allows NonStop NET/MASTER MS to treat an unrecognized command as the
name of an NCL procedure, but not a valid Guardian utility.
NonStop NET/MASTER MS attempts to execute the unrecognized command
as an NCL procedure using the START command. If the START command
finds the NCL procedure, it executes it. If not, NonStop NET/MASTER MS
displays an error message.