how can I rename a datavalue down the column?ie to change the value of locale variable from en to English for all the observations?
data want;
length locale $ 8;
set have;
locale='English';
run;
data want;
length locale $ 8;
set have;
locale='English';
run;
thank you
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.