Hi Learned SAS Users,
I've researched this with no success. I have VERY large CSV files containing datetime variables (with lots of other data), and I can read these successfully using the IMPORT wizard successfully IF I convert the data to MS 2003 Excel files. However, I have had no luck converting the datatime values just reading them in with the IMPORT wizard as CSV, or trying my hand with inputs (and informats)
A typical data line looks like:
3,2008-04-22 12:10:00.0,1504.127,2352.149,15.703,15.451
where the second data value is a datetime string.
The error I get is 'invalid data for' time (second variable).
Any suggestions?