NET/MASTER Messages Manual

NNM2046
Messages
2–368 106159 Tandem Computers Incorporated
NNM2046
error_type
NO WHEN STATEMENTS
Cause. No WHEN statements were present in a SELECT. There must be at least one.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Add a WHEN statement.
NNM2047
error_type
STATEMENT NOT WITHIN OTHERWISE OR WHEN
Cause. A statement has been found in a SELECT that is not the target of a WHEN or
OTHERWISE.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Correct the NCL procedure and retry.
NNM2048
error_type
INVALID VARIABLE NAME
Cause. A variable name containing invalid characters was encountered.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify a correct variable name.
NNM2049
error_type
SYSTEM VARIABLE USE IS ILLEGAL
Cause. It is illegal to use a system variable in the current context. Share lists cannot
contain system variables.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Remove the system variable from the share list.