Does someone have the syntax for read that will import an .xls file from a Unix SAS server?
How do I change the path to read from a SAS server?
Thanks.
desktop example
allmsa.read(t=xls, a1, s=All436areas) "C:\Documents and Settings\Desktop\All436areas.xls"
SAS path
\\Sac-psas-01\Scott
Import .csv file from Unix SAS server
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Import .csv file from Unix SAS server
What is the full Windows (UNC) path to the file?
Re: Import .csv file from Unix SAS server
My co-worker figured it out. You can setup a network drive alias, i.e. W and it works. You can't use the whole path.
works
allmsa.read(t=txt) "W:\riskindex\RI_V3.1\code\main\All384areas.csv"
doesn't work
allmsa.read(t=txt) "\\Sac-psas-01\riskindex\RI_V3.1\code\main\All384areas.csv"
works
allmsa.read(t=txt) "W:\riskindex\RI_V3.1\code\main\All384areas.csv"
doesn't work
allmsa.read(t=txt) "\\Sac-psas-01\riskindex\RI_V3.1\code\main\All384areas.csv"
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Import .csv file from Unix SAS server
That might be true for the read command. If you're using EViews 7, you're probably better off using wfopen or import instead.
Who is online
Users browsing this forum: No registered users and 2 guests
