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-36
SQL 3157
Cause. You attempted to create a catalog without specifying a catalog name.
Effect. The operation fails.
Recovery. Specify a catalog name and resubmit.
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.
3157 A catalog name is required.
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.