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

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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