NET/MASTER Messages Manual
NNM2076
Messages
106159 Tandem Computers Incorporated 2–375
NNM2074
error_type
MISSING ASTERISK FOR GENERIC VARIABLE
Cause. You specified the GENERIC keyword but specified an invalid value for the
VARS= operand. With the GENERIC keyword, NCL expects a variable reference
ending in *.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Append an asterisk to the variable reference.
NNM2075
error_type
filename
lineno
type
VALUE REQUIRED FOR PARAMETER
paramnum
OF
builtin
Cause. The parameter was of an incorrect type.
error_type
is FATAL ERROR:.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
type
is the type of parameter required.
paramnum
is the parameter position.
builtin
is the name of the built-in function.
Effect. Compilation stops, and no executable code is produced.
Recovery. Correct the error, and retry.
NNM2076
error_type
SKIP UNIT/NAME LENGTH SPECIFICATION NOT ALLOWED ON
VARIABLE LIST
Cause. An ASSIGN verb was specified, but the source or target VARS list was
qualified by a skip unit or name-length specification (this is not allowed on the
ASSIGN or START verbs).
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Remove the skip unit or name-length specification from the VARS list and
retry the command. Refer to the NonStop NET/MASTER NCL Reference Manual for a
description of skip units and name-length specification.