@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.
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.