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
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.