I'm really struggling to make one date variable from three separate variables. For instance, I have "BirthYear", "BirthMonth", "BirthDay" as three separate variables, and I need to make them into one "BirthDate" variable. I'm really lost at how to even start this or what to try. Thank you!
wanted_date=mdy(birthmonth,birthday,birthyear);
format wanted_date yymmdd10.;
-- Paige Miller
The 2025 SAS Hackathon Kicks Off on June 11!
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.