NET/MASTER Messages Manual
NNM2759
Messages
106159 Tandem Computers Incorporated 2–435
NNM2757 NULL ENTRIES SPECIFIED IN VARS LIST IN #ALIAS STATEMENT
Cause. A PANEL verb was issued, but a #ALIAS statement in the panel description
file specified an invalid variable list, containing null entries. (A null entry exists when
a comma is immediately followed by another comma.)
Effect. The panel is not displayed.
Recovery. If you used variables to hold the entries in the list, ensure that none of the
variables resolve to a null value. Remove the extra commas from the variable list or
ensure that a valid variable name exists between each pair of commas at run time, and
retry the request.
NNM2758 VARIABLE NAME
variable-name
SPECIFIED IN #ALIAS STATEMENT IS
RESERVED
Cause. A PANEL verb was issued, but a #ALIAS statement in the panel description
file specified the name of a system or global variable for the VARS keyword. You
cannot use the #ALIAS statement for system or global variables.
variable-name
is the name that caused the error.
Effect. The panel is not displayed.
Recovery. Change the variable name to a valid NCL variable name that does not begin
with SYS. or GLBL, and retry the request.
NNM2759 PANEL NAME
panel-name
IS INVALID
Cause. You issued a command specifying an invalid name for the panel file.
panel-name
is the specified name.
Effect. The command is not executed.
Recovery. Retry the command, using the correct name.