NET/MASTER Messages Manual
NNM2030
Messages
2–364 106159 Tandem Computers Incorporated
NNM2030
error_type
SHARELIST FOR CALL PROC ONLY
Cause. The CALL statement specified a share list but was not CALL PROC. Note
CALL PGM and CALL SUBSYS are not supported forms of CALL in the NonStop
NET/MASTER MS system.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Correct the NCL procedure and retry.
NNM2031
error_type
NON EMPTY EXPRESSION REQUIRED
Cause. The statement required an expression but could find none.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Add the expression to the statement.
NNM2032
error_type
INCOMPLETE SELECT STATEMENT
Cause. NCL reached the end of the file before the SELECT statement ended.
error_type
is FATAL ERROR:.
Effect. Compilation stops, and no executable code is produced.
Recovery. Complete the SELECT statement.
NNM2033
error_type
DUPLICATE
operand
Cause. The statement specified an operand more than once.
error_type
is ERROR:.
operand
identifies the duplicated operand.
Effect. Compilation continues, but no executable code is produced.
Recovery. Remove the duplication.