|
On May 21, 4:14 am, freakonpa...@gmail.com wrote:
> I'm getting the following error in SAS EG when running the code I
> wrote in SAS Base:
>
> WARNING: Physical file does not exist, /data/MA/Lev1/SASMain/ W:\***
> \***\\SASCodes\Macros\set_parameters.sas.
>
> SAS Base is running localy and SAS EG is on the server, that might
> explain the // and the \\ (unix/windows) including the error. So I
> replaced the sas file to Server, but then I still got that error. Is
> there anyway to solve/work around this? (withour rewriting/copy the
> whole macro file for each analysis/report)?
What is the command/statement that you are running within EG that
results in that error message? It looks like a Unix session trying to
find a Windows location but you mentioned copying the .sas file to the
server. What happens when you explicitly point to that server
location?
|