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