NET/MASTER Messages Manual

NNM2088
Messages
106159 Tandem Computers Incorporated 2–379
NNM2086
error_type
filename
lineno
VALUE ERROR FOR PARAMETER
paramnum
OF
builtin
Cause. The value of the parameter was invalid.
error_type
is ERROR:.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
paramnum
is the parameter position.
builtin
is the name of the built-in function.
Effect. Compilation continues, but no executable code is produced.
Recovery. Correct the line.
NNM2087
error_type
filename
lineno
TOO
amount
PARAMETERS TO BUILTIN
builtin
Cause. The built-in function did not have the right number of parameters.
error_type
is ERROR:.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
amount
is FEW or MANY.
builtin
is the name of the built-in function.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify the right number of parameters for the built-in function.
NNM2088
error_type
type
VALUE REQUIRED
Cause. The value was of the wrong type.
error_type
is ERROR:.
type
is INTEGRAL, LOGICAL, or NUMERIC.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify a value of the correct type.