I am trying to use the date part of a time-stamp in my where query in a db2 pass-through proc SQL code below. I tried using date and datepart functions but it wont work with thi
I believe, you should use SAS-date literal. So:
where DATEPART(timestamp) > '12Jan2013'd