NET/MASTER Messages Manual

NNM1956
Messages
2–350 106159 Tandem Computers Incorporated
NNM1956 MDO KEYWORD MUST BE QUALIFIED BY A STEM VARIABLE
Cause. The ASSIGN verb specified an invalid variable for the MDO keyword. In the
context, the MDO keyword must take a stem variable.
Effect. No executable code is produced.
Recovery. Specify a stem name for the MDO keyword.
NNM1957 INVALID MDO NAME
Cause. The ASSIGN verb specified an invalid variable for the MDO keyword. The
MDO keyword must take a stem or a compound variable.
Effect. No executable code is produced.
Recovery. Specify a stem or a compound name for the MDO keyword.
NNM1958
error_type
NOT IN ITERATIVE DO
Cause. An ITERATE or a LEAVE statement was not inside a DO loop.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Either place the statement inside a DO loop or remove the statement.
NNM1959 NULL BOOLEXPR EXPRESSION
Cause. The expression passed to the BOOLEXPR built-in function was null, or was
entirely blank. An expression must be supplied.
Effect. The value INVALID is returned from BOOLEXPR.
Recovery. Specify a valid Boolean expression.