Need a SAS macro to append .txt files.
My .txt files are in SAS server SASApp and i am using SAS EG.
I have the same number and type of variables in all .txt files and there are about 20 of them.
Can anybody help please?
Do they all have headers?
What is your OS and do you have access to it?
CAT *.txt > output.txt would work on Unix to append all text files.
Or do you first need to read files and then output them back to single file without headers?
You don't need a macro to input all txt files to a single file and then you can use a proc export to export back out but it seems a bit long winded. A System function would be faster if you have that option enabled.
Here's code that shows how to read all txt files with one set of code:
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.