SAS stores dates and times as numbers, what matters on the SAS side is the format, which controls how it's displayed to the user. You need to apply the correct format to have it applied. However, I will say that when pulling directly from a Server datetimes usually come across perfectly fine so does it actually look incorrect to you when viewing the data. SAS only has two types of data, character/numeric.
... View more