SQL/MP Messages Manual
SQL Compiler Parser Messages (3000 to 3999)
HP NonStop SQL/MP Messages Manual—427720-006
5-7
SQL 3023
Cause. The key specifier is invalid.
Effect. The statement does not compile.
Recovery. Correct the key specifier value and recompile.
SQL 3024
Cause. The date-time format is not correct.
Effect. The statement does not compile.
Recovery. Correct the date-time format and recompile. Use the HELP command in
SQLCI to display formatting rules for date-time values.
SQL 3025
Cause. The file name is not valid. The form should be:
[\node.][[$volume.]subvol.]file
The volume name must not exceed 6 characters after the dollar sign ($).
Effect. The statement does not compile.
Recovery. Correct the file name and recompile.
SQL 3026
Cause. You specified a string literal for a double-byte character set, and the literal
contained an odd number of bytes.
Effect. The statement does not compile.
Recovery. Change the string literal so that it contains an even number of bytes, and
recompile.
3023 Key specifier can be either a 2-character string literal
or a numeric literal with an integer value from 1 through
65535.
3024 Invalid format in date-time string.
3025 Invalid file name.
3026 A string literal for a double-byte character set must
contain an even number of bytes.