LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 21 May 2008 07:00:13 -0700
Reply-To:   Minion <acfarrer@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Minion <acfarrer@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Re: WARNING: Physical file does not exist
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

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?


Back to: Top of message | Previous page | Main SAS-L page