Hi i have a table with about 20 columns and millions of lines of data, I want to make a copy of the structure of the table without copying any data. What would be the best way to do this?
data want;
set have(obs=0);
run;
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.