NET/MASTER Messages Manual

NNM2095
Messages
106159 Tandem Computers Incorporated 2–381
NNM2092
error_type
ENTRY MISMATCH IN SOURCE AND TARGET VARIABLE LISTS
Cause. The ASSIGN verb specified the BYNAME, GENERIC, MERGE, or OVERLAY
keyword, and the target VARS= operand contained a variable reference ending in *.
However, the source VARS= operand did not contain a similar reference.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify a variable reference ending in * for the source VARS= operand.
NNM2093
error_type
THE VARTABLE ID CONTAINS INVALID CHARACTER(S).
Cause. The ID of the vartable used invalid characters. The ID must use alphanumeric
characters, @, #, or $.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Ensure that the ID contains valid characters.
NNM2094
error_type
NUMERIC OVERFLOW
Cause. A numeric overflow occurred during the processing of a constant expression.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Correct the NCL procedure and retry.
NNM2095
error_type
DIVIDE BY ZERO
Cause. A divide-by-zero occurred during the processing of a constant expression.
error_type
is WARNING:.
Effect. Compilation continues.
Recovery. Correct the NCL procedure.