NET/MASTER Messages Manual
NNM1378
Messages
2–262 106159 Tandem Computers Incorporated
NNM1378 PANEL ERROR - SYNTAX LINE
lineno
-
errtext
Cause. The line in the display part of the panel contained an error.
lineno
is the display part line number at which the error occurred.
errtext
is one of the following:
MULTIPLE INPUT VARIABLES
You cannot have more than one variable name for each input field attribute.
Ensure that you specify one variable for one input and that the specified variable
name resolves to a simple variable name after substitution.
OUTPUT VARIABLE INVALID
Check the output variable name for correct syntax and ensure that the variable
name resolves to a valid variable name after substitution.
INPUT VARIABLE INVALID
Check the input variable name for correct syntax and ensure that the specified
input variable name resolves to a simple variable name after substitution.
INPUT VARIABLE RESERVED
You cannot use system or global variables for the input field. Specify a name that
does not refer to a system or global variable.
INPUT VARIABLE MISSING
Ensure that the input field character is followed by a valid variable name and that
the name resolves to a simple variable name after substitution.
MAX SUBSTITUTION LIMIT
The resolved variable name has a length greater than 256 characters. Check your
variable substitutions.
Actual text of the displayable line
The line contains syntax errors other than the above. Investigate and correct.
Effect. The panel is not displayed.
Recovery. Use the error description to determine the appropriate action to take.
NNM1379 PANEL ERROR - CURSOR LOCATION VARIABLE
vblname
- NOT FOUND
Cause. The #OPT statement specified the CURSOR operand with a variable name that
could not be found.
Effect. The panel is not displayed.
Recovery. Correct the NCL procedure or the panel description file, and restart the
procedure.