NET/MASTER Messages Manual
NNM1955
Messages
106159 Tandem Computers Incorporated 2–349
NNM1952 INCOMPLETE OPERATION - PROCEDURE '
procname
'
Cause. The NCL compiling process for the NCL procedure failed. The compilation
was incomplete.
procname
is the name of the procedure.
Effect. No executable code is produced.
Recovery. Recompile the procedure.
NNM1953
error_type
filename
lineno
type
VALUE REQUIRED
Cause. A line in the file required a value of the specified type.
error_type
is ERROR:.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
type
is INTEGRAL, LOGICAL, or NUMERIC.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify a value of the correct type.
NNM1954
error_type
COMPOUND VARIABLES CANNOT BE USED AS A QUALIFIER
Cause. The operand cannot take a compound variable.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify the correct variable syntax.
NNM1955
error_type
SHARING OF COMPOUND VARIABLES IS ILLEGAL
Cause. Share lists cannot contain compound variables.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify stem variables to include the compound variables.