The COLLATE function
returns a string of ASCII characters. The ASCII collating sequence
contains 256 positions, referenced with the numbers 0 through 255.
Characters above 127 correspond to characters used in European languages
as defined in the ISO 8859 character set.
Unless you assign the
return value of the COLLATE function to a variable with a defined
length less than 200, the ASCII collating sequence string is padded
with spaces to a length of 200. If the ASCII collating sequence is
greater than 200 characters, you must specify the length for the return
string in a LENGTH statement. Otherwise, the returned string will
be truncated to a length of 200 characters. For more information,
see the following examples.