ASCII and EBCDIC Collations | Character Set | VantageCloud Lake - ASCII and EBCDIC Collations - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

ASCII Collation

The ASCII collation sequence and the EBCDIC collation sequence are always available.

ASCII collation orders the data in the same way as converting the data to Teradata extended ASCII (the LATIN server character set) and then using a binary ordering on the resulting byte string.

EBCDIC Collation

EBCDIC collation is functionally equivalent to converting the data to Teradata extended EBCDIC and then using a binary ordering on the resulting bytes.

Default Collation

If the COLLATION parameter is not defined, the default is HOST (the collation that is compatible with the logon client).

HOST collation gives you ASCII collation on network-attached clients and EBCDIC collation on mainframe clients.