I've got a temporary work table with a date variable source_datetime
in SAS DIS. This variable is in the DATETIME22.6
format.
I have a teradata table with a date field target_date
(type DATE
), and using a table loader I am attempting to map source_datetime
to target_date
. When I run the transformation I get the error
ERROR: A SAS value cannot be converted to a Teradata date
The temporary work table is populated with good data. When I attempt the conversion from DATETIME22.6
to DATE9.
the output looks like "*********".
Much gratitude.