(1) I tried to import an xls file on EG using the SAS/ACCESS to PC files method and when I check the generated code the path of the datafile is pointing on where the xls file resides, which is correct.
(2) On another machine, I tried the same approach but when i check on the generated code I can see that the path on the datafile points to an xls file pointing to the work directory and seems to be a copy of the original xls file.
Any ideas how to always get (1) when the excel generates the code?
Thank you!
If your SAS session is on a different machine than your local PC (or where your Excel file resides), then EG needs to move a copy of the file to SAS for importing. That might be what you're seeing in the generated code with the WORK directory reference.
You could use the Copy Files task to move the Excel file first, and then perform the Import Task using the file in the server-based file system. But that still leaves the "copy step" unaccounted for within your SAS program -- in case you are looking to reuse that program elsewhere.
Chris
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.
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.