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.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.