I am validating a huge 8000 observations dataset. And there is one column named Brand.
what the data shows:
Nike
nikes
nikeshoe
Nike shoe
nike brand
Nike.
what i want:
Nike
how can I do corrections and group them together?
How?
You need to define rules and apply them.
You cannot do 2 until you've done 1.
How do you decide to group these characters strings into the same group?
so Moniker is a good match? pannikel too?
> how can I change all the strings name to just only Nike?
Since you make no rules then this code matches your requirements:
if 1 then STRING='Nike';
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.