Differences Between EBCDIC and ASCII Collating Sequence Sort Orders
The order in which data in a database is sorted depends on the collating sequence defined for the database. For example, suppose that database A uses the EBCDIC code page's default collating sequence and that database B uses the ASCII code page's default collating sequence. Sort orders at these two databases would differ, as shown in the following example:
Similarly, character comparisons in a database depend on the collating sequence defined for that database. So if database A uses the EBCDIC code page's default collating sequence and database B uses the ASCII code page's default collating sequence, the results of character comparisons at the two databases would differ. The difference is as follows:
If you are creating a federated database, consider specifying that your
collating sequence matches the collating sequence at a data source. This approach
will maximize pushdown
opportunities and possibly increase query performance.