SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
MXCI Messages (15000 through 15999)
HP NonStop SQL/MX Messages Manual—523730-004
14-72
Recovery. Correct the command and resubmit.
SQL 15542
Cause. The report writer does not support the current output device.
Effect. The report writer output could show unexpected results.
Recovery. Set a valid output device by using the LOG command and resubmit.
SQL 15543
Cause. A character other than a-z, A-Z, or 0-9 was found in the hexadecimal input.
Effect. The operation fails.
Recovery. Remove the invalid character and resubmit.
SQL 15544
Cause. You attempted a comparison between incompatible data types in a relational,
LIKE IN, or BETWEEN predicate. For example, you cannot compare a numeric value
and a character value.
Effect. The operation fails.
Recovery. Check the data types of the operands of the predicate, and correct those
that are incompatible.
SQL 15545
Cause. You attempted a comparison between incompatible data types in a relational,
LIKE IN, or BETWEEN predicate.
Effect. The operation fails.
Recovery. Check the character sets of the operands of the predicate, and correct
those that are incompatible.
15542 Unknown output device specified.
15543 Invalid hexadecimal characters were found in input.
15544 Comparisons between type1 and type2 data types are not
allowed.
15545 Comparisons between SINGLEBYTE and MULTIBYTE datatypes
are not allowed.