Dieter is correct that the Teradata JDBC Driver does not have a "BTEQ mode".
What is the data type of the EXCH_RATE_START_Y column?
If the EXCH_RATE_START_Y column is a DATE already, then there is no need to CAST it to a DATE, and your query's last line should be:
EXCH_RATE_START_Y < DATE '2013-03-26'
Dieter is correct that the Teradata JDBC Driver does not have a "BTEQ mode".
What is the data type of the EXCH_RATE_START_Y column?
If the EXCH_RATE_START_Y column is a DATE already, then there is no need to CAST it to a DATE, and your query's last line should be:
EXCH_RATE_START_Y < DATE '2013-03-26'