BookmarkSubscribeRSS Feed
milts
Pyrite | Level 9

(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!

1 REPLY 1
ChrisHemedinger
Community Manager

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

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1241 views
  • 0 likes
  • 2 in conversation