BookmarkSubscribeRSS Feed
graceJ
Calcite | Level 5
We have Unix sas sever and with the default path /opt/SAS/SAS_ENV/Lev1/SASMain/. When I try to point to my local computer 'c:\temp\wantreg.txt', I got the error Physical file does not exist, /opt/SAS/SAS_ENV/Lev1/SASMain/c:\temp\wantreg.txt.

Is there a way to let sas server know I am trying to point to my local computer?

Thanks for help.
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi! Your machine's local location is NOT the same as the network location that can be read by the server machine. For example, when you are working on your machine, the location looks like c:\temp to you, but EVERYBODY in the network has their own C drive. So on the network, there is probably some naming scheme like this:

\\xxyy123\root\

where \\xxyy123 is the network name of your machine and root is the name for YOUR root drive (which you see as a C drive) or you may have a different naming convention at your company:

\\xxyy123.us.emp.com\WXP, where they use multi-level domain names for your machine's name and some other name for the root folder on your machine.

And, you have to test whether a connection from the server machine to your machine via this method is even possible. You may need to change your folder sharing settings. The solution may be as simple as defining the right FILENAME statement for your system configuration.

Or, your company may use disk mapping software on the system that makes your machine look like just another drive to the UNIX box and they may give your box a different (mapped) name. It may be easier to talk to your system folks and work out a way for you to have a directory on the server machine where you could write files that need to be read with your EG programs and/or stored processes. Or to define a table in the metadata that will sit empty most of the time until you "fill" it with the information from your local file. There are a lot of different alternatives, depending on what exactly it is that you need to do.

If you are trying to set up some kind of batch submission of an EG project you might refer to this Tech Support document for EG 3.0:
http://support.sas.com/ctx/samples/index.jsp?sid=816
Tech Support would be the appropriate place to go for more help on this issue, as they can determine exactly which version of EG and the BI Platform that you are running and can make the right suggestion for how to get your file in a place where you can read it. You can contact Tech Support via phone or from this form:
http://support.sas.com/ctx/supportform/index.jsp

cynthia

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 670 views
  • 0 likes
  • 2 in conversation