NET/MASTER Messages Manual

NNM0227
Messages
2–46 106159 Tandem Computers Incorporated
NNM0227 COMMAND:
procname
OVERRIDDEN BY A GLOBAL EQUATE, NOT
REPLACEABLE BY AN NCL PROCEDURE
Cause. A SYSPARMS CMDREPL=procname command was issued for a globally
equated command. You cannot replace a globally equated command by an NCL
procedure of the same name.
procname
is the name of the procedure that was to replace the globally equated
command of the same name.
Effect. The globally equated command is not replaced.
Recovery. If necessary, remove the command from the EQUATE command in the NCL
procedure INIT and restart the NonStop NET/MASTER MS system.
NNM0228 INSUFFICIENT COMMAND AUTHORITY LEVEL
Cause. The user did not have the authority to issue the command.
Effect. The command is rejected.
Recovery. If necessary, the system manager can increase the authority level of the user.
NNM0229 INSUFFICIENT OPERAND AUTHORITY LEVEL
Cause. A command was issued but the user did not have the authority to use one of
the operands.
Effect. The command is rejected.
Recovery. If necessary, the system manager can increase the authority level of the user.
NNM0230 EQUATE STRING CANNOT EXCEED
eqstrlen
CHARACTERS
Cause. An EQUATE command was issued to represent a text value by a name string.
The string was too long.
eqstrlen
is the maximum allowable length of the string.
Effect. The command is rejected.
Recovery. Specify a string of the correct length and retry the command.