NET/MASTER Messages Manual
NNM2083
Messages
2–378 106159 Tandem Computers Incorporated
NNM2083
error_type
filename
lineno
ON HAS NO EFFECT
Cause. The ON statement was ineffective at the current position.
error_type
is WARNING:.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
Effect. Compilation continues.
Recovery. Move the ON statement to a position where the statement is effective.
NNM2084
error_type
SYSTEM VARIABLE
sysv
READONLY
Cause. The system variable
sysv
was the target of an assignment, but the variable
cannot be updated.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Remove the statement containing the assignment to the system variable.
NNM2085
error_type
filename
lineno
RANGE ERROR FOR PARAMETER
paramnum
OF
builtin
Cause. The value of the parameter was out of range.
error_type
is ERROR:.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
paramnum
is the parameter position.
builtin
is the name of the built-in function.
Effect. Compilation continues, but no executable code is produced.
Recovery. Correct the line.