I have a bunch of .dat daily files that I am trying to turn into historical data sets. The issue for me is that each of these files is in a daily folder--for example, the files for July 24th are in a folder called 20170724, the files for July 23rd are in a folder called 20170723, etc. There are several files in each folder: AA.dat, BB.dat, CC.dat, DD.dat, etc.
These files go back 10 months, so the backlog is pretty big. What I do not have time to do is import these files folder by folder.
I’d like to import and append the daily files to one another to create a month-end data set and a yearly data set. For example, a monthly AA and a YTD AA, a monthly BB and a YTD BB, etc.
Any ideas as to how I can do this? Any help is greatly appreciated.
https://github.com/statgeek/SAS-Tutorials/blob/master/Import_all_files_one_type
I don't actually recommend my macro above for text files, but the process is the same. There are more efficient codes in various places if you search.
The process is basically, create a list of file by traversing the directorie and then import all at once.
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!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.