SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual—523730-004
5-13
Recovery. Correct the timestamp value to a valid one and resubmit.
SQL 3048
Cause. You attempted to use parameters in a static compilation, which is not
supported.
Effect. The operation fails.
Recovery. Remove the parameters and resubmit.
SQL 3049
Cause. You attempted to use host variables in dynamic compilation, which is not
supported.
Effect. The operation fails.
Recovery. Remove the host variables and resubmit.
SQL 3050
Cause. You specified a constraint whose catalog and schema do not match the
specified table.
Effect. The operation fails.
Recovery. Correct the syntax so that the constraint and table have the same catalog
and schema.
SQL 3051
Cause. You defined column name with more than one HEADING clause.
Effect. The operation fails.
Recovery. Define the column with only one HEADING clause and resubmit.
3048 Dynamic parameters, such as name, are not allowed in a
static compilation.
3049 Host variables, such as name, are not allowed in a
dynamic compilation.
3050 The constraint must have the same catalog and schema as
the specified table.
3051 Duplicate HEADING clauses were specified in column
definition name.