SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-52
Semantic Analysis (0201-000100—0201-022306)
0201-019303
Cause. The SQLJ translator encountered an unexpected string in the MODULE
directive.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Correct the syntax of the MODULE directive and resubmit. For details, see
the SQL/MX Reference Manual and MODULE Directive on page 4-12.
0201-019304
Cause. The specified module name name was neither a regular identifier nor a
delimited identifier, which is required.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with a valid module name. For details, see the SQL/MX
Reference Manual and MODULE Directive on page 4-12.
0201-019401
Cause. You specified another string after DECLARE {CATALOG|MPLOC|NAMETYPE|
SCHEMA}
value, which is disallowed.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Correct the syntax of the DECLARE statement and resubmit. For details,
see the SQL/MX Reference Manual.
0201-019402
Cause. You specified an invalid value for the DECLARE statement. The value must be
a character string literal.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with a valid value for the DECLARE statement. For details, see
the SQL/MX Reference Manual.
[0201-019303] Unexpected string found in MODULE statement.
[0201-019304] Module name contains
name and is not a valid
SQL Identifier.
[0201-019401] Invalid value
string follows DECLARE declare-
type value
[0201-019402] Invalid value value for DECLARE declare-type
must be quoted literal.