SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
5-37
SQL 3158
Cause. You specified an invalid DATETIME literal. Either the DATETIME qualifier has
an invalid combination of start and end fields or the DATETIME literal string is invalid.
Effect. The operation fails.
Recovery. Specify a valid DATETIME literal and resubmit.
SQL 3159
Where name is the character set specifier.
Cause. You apparently specified name as a character set specifier (for example,
KANJI), but you placed a space in front of the single quote delimiter, which is not
supported. For example,
_KANJI 'xyz'
causes this error.
_KANJI'XYZ'
does not.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3160
Cause. You declared host variable more than once in the procedure parameter
list.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
3158 The DATETIME value value is not valid.
3159 If you intended name to be a character set specifier for
a character string literal, you must remove the spaces in
front of the single quote delimiter.
3160 host variable was declared more than once in the
procedure parameter list.










