@HeatherNewton wrote:
Proc datasets lib=staging
Contents data=baselii_boc;
run;
What is this doing?
What is it doing (once you fix the problem of missing semi-colons) — this is a great example of applying Maxim 4 — try it yourself. You can use data set SASHELP.CLASS (lib=sashelp and data=class) if you don't have that particular data set.
It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.
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.