BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
woo
Barite | Level 11 woo
Barite | Level 11

HELLO FRIENDS,

i am running code using infile statement

infile woo_1 "w:\woo\test\test.txt";

data test;

format.....;

format.......;

infile woo_1 dlm="|" firstobs=5 missover;

input........;

if.......;

run;

This code is running absolutely fine in BASE/SAS Foundation BUT giving error in EG saying

ERROR: PHYSICAL FILE DOES NOT EXIST, w:\woo\test\test.txt

any setting needs to be done from EG side?

Pleas help....Thank you

1 ACCEPTED SOLUTION

Accepted Solutions
Haikuo
Onyx | Level 15

EG maybe running on a remote server. Make sure 1) W drive can be shared and can be seen by the SAS server where EG is running on. 2) Try to use

UNC - Universal Naming Convention (eg. \\corp\share\user\ )to address W drive.

View solution in original post

2 REPLIES 2
Haikuo
Onyx | Level 15

EG maybe running on a remote server. Make sure 1) W drive can be shared and can be seen by the SAS server where EG is running on. 2) Try to use

UNC - Universal Naming Convention (eg. \\corp\share\user\ )to address W drive.

woo
Barite | Level 11 woo
Barite | Level 11

UNC worked Hai.Kuo ---thanks a lot Smiley HappySmiley HappySmiley Happy

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 2 replies
  • 911 views
  • 0 likes
  • 2 in conversation