NET/MASTER Messages Manual
NNM2054
Messages
2–370 106159 Tandem Computers Incorporated
NNM2054
error_type
MISSING RHS VALUE
Cause. The operator in an expression expected a term on the right but there was none.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Add the term in the expression.
NNM2055
error_type
LABEL
label
CONFLICTS WITH THE PREVIOUS SAME LEVEL
PROC OR FUNC LABEL
Cause. The label was the same as the label of the parent PROCEDURE or FUNCTION
statement.
error_type
is ERROR:.
label
identifies the label in error.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify another name for the label.
NNM2056
error_type
MISSING LHS VALUE
Cause. The operator in the expression expected a term on the left but there were none.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Add the term in the expression.
NNM2057
error_type
INVALID
type
STRING
Cause. You specified a binary or hexadecimal value through the quoted string but the
string did not contain the correct data.
error_type
is ERROR:.
type
is either BINARY or HEX.
Effect. Compilation continues, but no executable code is produced.
Recovery. Ensure that the hexadecimal data consists of the characters 0 through 9 and
A through F, and the binary data consists of the characters 0 and 1.