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

Check out SAS Innovate on-demand content! Watch the main stage sessions, keynotes, and over 20 technical breakout sessions!

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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