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
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.
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.
UNC worked Hai.Kuo ---thanks a lot ![]()
![]()
![]()
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.
Ready to level-up your skills? Choose your own adventure.