Hi everyone ...
I am having an issue with the century portion of a date. I am reading in a date value of YYMMDD using a YYMMDD6 informat.
An example is 130113 for January 13, 2013. When I write the value out in my put statement with a format of YYMMDD10, I'm getting the value 1913-01-13. I am expecting 2013-01-13.
I have little experience with SAS and would appreciate any suggestion on how I can get my YYMMDD10 date values to write out with the correct century.
Thank you in advance!
I am having an issue with the century portion of a date. I am reading in a date value of YYMMDD using a YYMMDD6 informat.
An example is 130113 for January 13, 2013. When I write the value out in my put statement with a format of YYMMDD10, I'm getting the value 1913-01-13. I am expecting 2013-01-13.
I have little experience with SAS and would appreciate any suggestion on how I can get my YYMMDD10 date values to write out with the correct century.
Thank you in advance!