NET/MASTER Messages Manual

NNM2753
Messages
2–434 106159 Tandem Computers Incorporated
NNM2753 INVALID VARS LIST SPECIFIED IN #ALIAS STATEMENT
Cause. A PANEL verb was issued, but a #ALIAS statement in the panel description
file specified an invalid variable list. The list must be a single variable name, or a list
of variable names separated by commas and surrounded by parentheses: for example,
VARS=variable-name or VARS=(variable-name-1,variable-name-2).
Effect. The panel is not displayed.
Recovery. Correct the variable list, and retry the request.
NNM2754 INVALID RANGE SPECIFIED IN #ALIAS STATEMENT
Cause. A PANEL verb was issued, but a #ALIAS statement in the panel description
file specified an invalid range for the RANGE keyword. The range must be specified
as RANGE=(start-value,end-value), where start-value and end-value are integers in the
range 1 through 65535, and start-value is less than end-value.
Effect. The panel is not displayed.
Recovery. Correct the range, and retry the request.
NNM2755 RANGE MUST BE SPECIFIED WITH VARIABLE PREFIX IN #ALIAS
STATEMENT
Cause. A PANEL verb was issued, but a #ALIAS statement in the panel description
file specified the RANGE operand without also using a variable name prefix in the
VARS operand. That is, when using the RANGE operand, you must also use the
VARS operand according to the following example: VARS=A* RANGE=(1,5).
Effect. The panel is not displayed.
Recovery. Either remove the RANGE operand or correct the VARS operand, and retry
the request.
NNM2756 INVALID ALIAS NAME
variable-name-alias
SPECIFIED IN #ALIAS
STATEMENT
Cause. A PANEL verb was issued, but a #ALIAS statement in the panel description
file specified an invalid alias. The alias must be a valid NCL variable name.
variable-name-alias
is the invalid alias.
Effect. The panel is not displayed.
Recovery. Correct the alias, and retry the request.