NET/MASTER Messages Manual

NNM0242
Messages
106159 Tandem Computers Incorporated 2–49
NNM0239 GLOBAL EQUATE
eqstr
HAS OVERRIDDEN MATCHING COMMAND
Cause. An EQUATE command was issued in the NCL procedure INIT and the
specified name string (
eqstr
) is the same as a command. When a user issues the
command, the text is executed instead of the original command.
Effect. The text replaces the command for all users.
Recovery. If the intention is to replace the command, no action is required; otherwise,
use a different name string for the EQUATE command in the INIT procedure and
restart the NonStop NET/MASTER MS system.
NNM0240 EQUATE CONFLICTS WITH FIXED GLOBAL EQUATE
Cause. An EQUATE command was issued but a name string that was of the REPL
type was specified: that is, the name string has globally replaced a command through
the NCL procedure INIT. After the NonStop NET/MASTER MS system has started,
the user cannot use the EQUATE command to override the text represented by a string
of the REPL type.
Effect. The command is rejected.
Recovery. Use the SHOW EQUATES command to list the strings. Specify a string that
is not of the REPL type and retry the EQUATE command.
NNM0241 EQUATE COMMAND INVALID FROM THIS ENVIRONMENT
Cause. An EQUATE command was issued from a wrong environment. The command
can be issued only from the NCL procedure INIT or from an OCS environment. The
command cannot be issued from a background environment.
Effect. The command is rejected.
Recovery. Do not use the command in a background environment.
NNM0242 COMMAND IS NOT VALID FROM OPSC USER
Cause. A command was issued from an OPSC transaction NCL procedure using the
&CMD core NCL statement, but the command was not valid for an OPSC region.
Effect. The command is not executed.
Recovery. Do not use the command for an OPSC region.