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

Lake - Database Reference

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
ohi1683672393549.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
ohi1683672393549

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.