I have a data which is in one column which has a mix of all data types, formats.
text, numeric and also date. I have to transpose the coloumn to rows. When I import the data in to sas 9.3 the dates are turning into a number (char format) and after transpose when I try to convert using the input function it is not giving the correct date. The observation I am getting is like 41172 in the date column. How do I convert it?