I have a text variable called transaction date which has values like 01-APR-14. I want to convert this variable to a date variable in the format ddmmyy.
Assuming transaction_date is a character the following is what you want:
date=input(strip(transaction_date), date9.);
format date mmddyy10.;
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.