Currently I import daily excel files with different dates and then merge them into one big montlhy file. I read on the forum that I can use a macro to automate the process. I am not well versed with macro's, can somebody please shed some light? Thanks
File - 1
Proc IMPORT OUT= Test1
DATAFILE= "/sas/data_20131101.xls"
DBMS=xls REPLACE;
sheet = 7061_newdata;
GETNAMES=YES; MIXED=YES;
run;
File - 2
Proc IMPORT OUT= Test1
DATAFILE= "/sas/data_20131102.xls"
DBMS=xls REPLACE;
sheet = 7061_newdata;
GETNAMES=YES; MIXED=YES;
run;
There's some macros on the support.sas.com site.
So googling will find you answers ![]()
Here's an example for TXT files, perhaps you can modify it for Excel files. But I'm pretty sure there's one specifically for Excel on there.
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!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.