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

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 947 views
  • 0 likes
  • 2 in conversation