BookmarkSubscribeRSS Feed
RW9
Diamond | Level 26 RW9
Diamond | Level 26

You can use the {i} above your post to post in code retaining the formatting.  Code readability is very important:

libname l '/folders/myfolders';

data carselect;
set sashelp.cars;
length country $10;
select(make);
when("Audi") country="USA";
otherwise country="other";
end;
run;

Audi are german by the way 🐵 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

SAS Enterprise Guide vs. SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 15 replies
  • 4755 views
  • 6 likes
  • 5 in conversation