SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-53
Semantic Analysis (0201-000100—0201-022306)
0201-019403
Cause. You did not specify a value for the DECLARE statement.
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-019404
Cause. The value that you specified for the DECLARE CATALOG or SCHEMA
statement is neither a regular identifier nor a delimited identifier, which is required.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with valid value for the DECLARE CATALOG or SCHEMA
statement. For details, see the SQL/MX Reference Manual.
0201-019500
Cause. You specified a NAMETYPE value other than ANSI or NSK, which is
disallowed for a DECLARE NAMETYPE statement.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with a NAMETYPE value of ANSI or NSK. For details, see the
SQL/MX Reference Manual.
0201-019600
Cause. The SQLJ translator received an SQL error while processing the DECLARE
statement.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Report the entire message to your service provider.
[0201-019403] No value set for DECLARE declare-type.
[0201-019404] DECLARE requires SQL Identifier and value
'
value' is not allowed.
[0201-019500] DECLARE NAMETYPE cannot be
value must be set to
'ANSI' or 'NSK'.
[0201-019600] An SQL error occurred during processing a
DECLARE statement:
error-message.