In versions earlier than 12.0, Sybase IQ always used the ASCII sort order, which sorts uppercase characters before lowercase.
CREATE DATABASE dbname COLLATION 'ISO_BINENG' BLANK PADDING ON CASE RESPECTWith these options, uppercase characters precede all lowercase characters in the collation sequence. For example, 'XYZ' sorts before 'abc' with these options, just as it did in older versions of Sybase IQ.