Hello,
i would like to import all these csv files from this folder into sas quickly.
Then concatenate all in one table.
Thanks for your help.
Use this example from SAS Support
http://support.sas.com/kb/41/880.html
and stack them accordingly 🙂
Use this example from SAS Support
http://support.sas.com/kb/41/880.html
and stack them accordingly 🙂
One of the most common questions on here. Please check the Search option at the top before posting. The simplest method if they are all the same structure (which if you want them all in one dataset seems likely) is to use a datastep with an infile ".../*.csv"; line.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.