NET/MASTER Messages Manual

NNM2069
Messages
106159 Tandem Computers Incorporated 2–373
NNM2066
error_type
ILLEGAL TOKEN
Cause. The value for an operand was invalid.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify a correct value for the operand.
NNM2067
error_type
LOW BOUND EXCEEDS HIGH BOUND
Cause. The specification of a ranged variable reference had a high value which was
less than the low value.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Change the range so that the low bound has a lower value than, or is equal
in value to, the high bound.
NNM2068
error_type
TOO FEW ENTRIES IN LIST
Cause. You did not supply enough entries to the list. For example, you may have
supplied only one entry to a RANGE operand.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Supply the correct number of entries to the list.
NNM2069
error_type
TOO MANY ENTRIES IN LIST
Cause. You supplied too many entries to the list.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Supply the correct number of entries to the list.