<?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 SAS/Connect for PC Files in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Connect-for-PC-Files/m-p/62741#M441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In terms of configuration and administration, I would start out by looking in the &lt;EM&gt;SAS/ACCESS(R) 9.2 Interface to PC Files: Reference, Second Edition&lt;/EM&gt; under &lt;EM&gt;LIBNAME Statement and Pass-Through Facility on Linux, UNIX, and 64-Bit Microsoft Windows&lt;/EM&gt; and then &lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/63184/HTML/default/viewer.htm#a002645029.htm"&gt;PC Files Server Administration&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Sep 2011 06:20:10 GMT</pubDate>
    <dc:creator>PaulHomes</dc:creator>
    <dc:date>2011-09-10T06:20:10Z</dc:date>
    <item>
      <title>SAS/Connect for PC Files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Connect-for-PC-Files/m-p/62740#M440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like some information about the PC Files server that is utilized on 64-bit machines with for example the DMBS=EXCELCS option in proc export/import.&amp;nbsp; Installation, setup, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the new forum!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 00:35:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Connect-for-PC-Files/m-p/62740#M440</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2011-09-10T00:35:15Z</dc:date>
    </item>
    <item>
      <title>SAS/Connect for PC Files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Connect-for-PC-Files/m-p/62741#M441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In terms of configuration and administration, I would start out by looking in the &lt;EM&gt;SAS/ACCESS(R) 9.2 Interface to PC Files: Reference, Second Edition&lt;/EM&gt; under &lt;EM&gt;LIBNAME Statement and Pass-Through Facility on Linux, UNIX, and 64-Bit Microsoft Windows&lt;/EM&gt; and then &lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/63184/HTML/default/viewer.htm#a002645029.htm"&gt;PC Files Server Administration&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 06:20:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Connect-for-PC-Files/m-p/62741#M441</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2011-09-10T06:20:10Z</dc:date>
    </item>
    <item>
      <title>SAS/Connect for PC Files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Connect-for-PC-Files/m-p/62742#M442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to what Paul Homes indicated:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From experience please take notice of the following Usage Notes:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/35/064.html"&gt;35064&lt;/A&gt; Network drives are not recognized by the SAS® PC File Server when the server is installed as a service&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/41/060.html"&gt;41060&lt;/A&gt; The EXCELCS and PCFILES engines do not support the GETNAMES= and MIXED= options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax when using EXCELCS is basically as follows:&lt;/P&gt;&lt;P&gt;PROC EXPORT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATA = &amp;lt;SAS Dataset&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTFILE = &amp;lt;Excel file&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS = EXCELCS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPLACE ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SERVER = &amp;lt;server name&amp;gt; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PORT = &amp;lt;portnumber&amp;gt; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSPI = YES ;&lt;/P&gt;&lt;P&gt;RUN ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC IMPORT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUT = &amp;lt;SAS Dataset&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATAFILE = &amp;lt;Excel file&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS = EXCELCS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPLACE ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SERVER = &amp;lt;server name&amp;gt; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PORT = &amp;lt;portnumber&amp;gt; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSPI = YES ;&lt;/P&gt;&lt;P&gt;RUN ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use SSPI=YES to allow Integrated Windows Authentication as described on &lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/63184/HTML/default/viewer.htm#a003103761.htm"&gt;this page&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 12:31:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Connect-for-PC-Files/m-p/62742#M442</guid>
      <dc:creator>Resa</dc:creator>
      <dc:date>2011-09-10T12:31:22Z</dc:date>
    </item>
    <item>
      <title>SAS/Connect for PC Files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Connect-for-PC-Files/m-p/62743#M443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand this correctly what I have read, I will need to install the PC Files Server onto a machine running windows that has odbc drivers for excel and/or whatever other source I hope to utilize.&amp;nbsp; Since I have no machines that run windows I suppose I am out of luck on this one at the moment.&amp;nbsp; Fortuneatly though I was only asking for information purposes and have no need for the functionality at this point &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Sep 2011 04:33:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Connect-for-PC-Files/m-p/62743#M443</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2011-09-11T04:33:23Z</dc:date>
    </item>
    <item>
      <title>SAS/Connect for PC Files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Connect-for-PC-Files/m-p/62744#M444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yip if you are running SAS on a real operating system like Unix or Linux, you wil need a seperate Windows server with SAS/Access for PC files to enable the SAS Server to read and write to Excel, MS Access etc via ODBC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 09:59:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Connect-for-PC-Files/m-p/62744#M444</guid>
      <dc:creator>ShaneGibson_OptimalBI</dc:creator>
      <dc:date>2011-09-14T09:59:50Z</dc:date>
    </item>
  </channel>
</rss>

