Hi I have the following data
dates
20170101
20160101
20150101
I need the out as
17-01-01
16-01-01
15-01-01
Please post the code you already have, and I'll help you in correcting that code if it contains errors.
@molla wrote:
can u pls provide with complete code
Format the date variable with yymmddd8.
If you do not yet have a SAS date variable, but a character variable, convert first with numdate=input(chardate,yymmdd8.);
can u pls provide with complete code
Please post the code you already have, and I'll help you in correcting that code if it contains errors.
@molla wrote:
can u pls provide with complete code
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.