as title says I have an excel file i'm importing into SAS that has 2016/06/15 as the date format. I need to convert it to datetime so i can upload it to SQL.
If I upload 2016/06/15 into SQL (datetime) it gives me some random Jan 1960 date. So I'm guessing SQL requires the time in it too.
What I need is the code to format 2016/06/15 into datetime in SAS programming.
Thank you!