<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Accessing a Windows server Excel file from a Unix SAS session in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Accessing-a-Windows-server-Excel-file-from-a-Unix-SAS-session/m-p/35788#M603</link>
    <description>Cynthia, thanks for the info.  We've got SAS/ACCESS for PC File formats on our Unix license, but I'm confused about where I get the PC File Server (service) up and running.  Do I just pick a PC on the network, since the source file is on a LAN drive?  I think that solution still falls short for us since I computers are routinely rebooted after update pushes (and I assume the service would not be restarted until I log-in on that PC??).</description>
    <pubDate>Wed, 16 Jun 2010 02:31:41 GMT</pubDate>
    <dc:creator>RobW</dc:creator>
    <dc:date>2010-06-16T02:31:41Z</dc:date>
    <item>
      <title>Accessing a Windows server Excel file from a Unix SAS session</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Accessing-a-Windows-server-Excel-file-from-a-Unix-SAS-session/m-p/35786#M601</link>
      <description>Scenario:&lt;BR /&gt;
&lt;BR /&gt;
Have an excel file on a shared LAN drive (Novell) that serves as a datasource.  SAS is running on a Unix server.  How do I access the Excel file from Unix??  This needs to be run in a non-interactive (batch) fashion.&lt;BR /&gt;
&lt;BR /&gt;
I'm sure there are probably other details that I am leaving out, so don't hesitate to ask.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.&lt;BR /&gt;
&lt;BR /&gt;
r</description>
      <pubDate>Tue, 15 Jun 2010 22:00:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Accessing-a-Windows-server-Excel-file-from-a-Unix-SAS-session/m-p/35786#M601</guid>
      <dc:creator>RobW</dc:creator>
      <dc:date>2010-06-15T22:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a Windows server Excel file from a Unix SAS session</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Accessing-a-Windows-server-Excel-file-from-a-Unix-SAS-session/m-p/35787#M602</link>
      <description>Hi:&lt;BR /&gt;
  The documentation contains several examples.&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/63184/HTML/default/viewer.htm#/documentation/cdl/en/acpcref/63184/HTML/default/a002644677.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acpcref/63184/HTML/default/viewer.htm#/documentation/cdl/en/acpcref/63184/HTML/default/a002644677.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
If you are using SAS/Access to PCFiles and the SAS Libname Engine for Excel, then you will probably need to provide, at minimum, the SERVER= and PATH= option on the LIBNAME statement, as shown here (from the doc):&lt;BR /&gt;
[pre]&lt;BR /&gt;
LIBNAME myxls PCFILES SERVER=D2323 PATH='c:\demo.xls';&lt;BR /&gt;
[/pre]&lt;BR /&gt;
             &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 16 Jun 2010 01:23:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Accessing-a-Windows-server-Excel-file-from-a-Unix-SAS-session/m-p/35787#M602</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-06-16T01:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a Windows server Excel file from a Unix SAS session</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Accessing-a-Windows-server-Excel-file-from-a-Unix-SAS-session/m-p/35788#M603</link>
      <description>Cynthia, thanks for the info.  We've got SAS/ACCESS for PC File formats on our Unix license, but I'm confused about where I get the PC File Server (service) up and running.  Do I just pick a PC on the network, since the source file is on a LAN drive?  I think that solution still falls short for us since I computers are routinely rebooted after update pushes (and I assume the service would not be restarted until I log-in on that PC??).</description>
      <pubDate>Wed, 16 Jun 2010 02:31:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Accessing-a-Windows-server-Excel-file-from-a-Unix-SAS-session/m-p/35788#M603</guid>
      <dc:creator>RobW</dc:creator>
      <dc:date>2010-06-16T02:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a Windows server Excel file from a Unix SAS session</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Accessing-a-Windows-server-Excel-file-from-a-Unix-SAS-session/m-p/35789#M604</link>
      <description>Sorry for the confusion...as this Tech Support note explains:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/16/812.html" target="_blank"&gt;http://support.sas.com/kb/16/812.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
You can use PROC IMPORT and PROC EXPORT without needing the PC File Server OR you can use the PC File Server with the Libname Engine.&lt;BR /&gt;
&lt;BR /&gt;
For a discussion of log on issues when you DO use the PC File Server, see this Tech Support note:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/35/064.html" target="_blank"&gt;http://support.sas.com/kb/35/064.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
This paper contains an overall introduction to accessing PC Files from Unix:&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi28/156-28.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi28/156-28.pdf&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
Since the method you use will be version-specific and specific to whether you use the PC File Server or not, you might want to open a track with Tech Support on this issue. To open a track with Tech Support, go to: &lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 16 Jun 2010 14:14:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Accessing-a-Windows-server-Excel-file-from-a-Unix-SAS-session/m-p/35789#M604</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-06-16T14:14:19Z</dc:date>
    </item>
  </channel>
</rss>

