SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
SQL/MX MXCMP Messages (2000 through 2999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
4-17
Recovery. Correct the syntax and resubmit.
SQL 2070
Cause. In a module definition file, you specified a query statement such as SELECT,
INSERT, UPDATE, DELETE, or a DDL statement. These statements must be
embedded in procedures.
Effect. NonStop SQL/MX is unable to compile the module.
Recovery. Correct the syntax and resubmit.
SQL 2071
Where name is the name of the module.
Where definition type is the previous definition
Cause. You defined name twice in this module in which it was defined as a type
definition type.
Effect. NonStop SQL/MX uses the previous definition.
Recovery. Specify a new name for the item and resubmit, if necessary.
SQL 2072
Cause. You specified a simple value as a literal, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 2073
Where name is the name of the module.
Cause. You attempted to compile a system module that can be compiled only by the
super ID.
2070 Statement is not valid in this context.
2071 The name name has already been declared or defined in
this module. The previous definition, as a definition type,
is being retained and this latest one ignored.
2072 A simple value specification that is a literal is not
yet supported.
2073 Only super ID user can compile system module name.










