I have a SAS file where the dates (e.g. 6/25/2005) were formatted in Character type. I would like to compute elapsed number of days between entered dates, so I need to change the type in order to do this, correct? Here is what I tried:
datevar1 = INPUT(DATE1A, mmddyy8.);
datevar2 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.