How would one convert a date input from a data set in a character format like "02/01/2013" or perhaps "20130509" to a SAS date ?
For character format like "02/01/2013", try ...
new_date = input(character_date, ??MMDDYY10.) ;
For charachter format like "20130506", try...
new_date = input(character_date, ??YYMMDD10.) ;
Worked great ! So simple ... I feel real dumb. Thanx !!!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.