<?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: SAS/ACCESS Interface to PC Files error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404282#M98272</link>
    <description>&lt;P&gt;The PC Files Server is NOT, I repeat NOT, SAS/ACCESS to PC Files.&lt;/P&gt;
&lt;P&gt;The first is a special server program for Windows machines that allows non-Windows SAS computers access to the older MS Office formats. The second is a part of the Base SAS package and can be installed on all SAS-supported platforms.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are missing the SAS/ACCESS to PC Files module, so you need to install/license it.&lt;/P&gt;</description>
    <pubDate>Sun, 15 Oct 2017 09:18:04 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-10-15T09:18:04Z</dc:date>
    <item>
      <title>SAS/ACCESS Interface to PC Files error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404209#M98251</link>
      <description>&lt;P&gt;I am getting the following error while running proc import command in SAS 9.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"The SAS/ACCESS Interface to PC Files is not installed. Please install this module in order to&lt;/P&gt;&lt;P&gt;IMPORT/EXPORT to these file types."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have SAS and Windows(64-bit) and Microsoft office(32-bit), so I installed SAS PC Files Server(32-bit). But still while running proc import syntax, I am getting the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me resolve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2017 11:06:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404209#M98251</guid>
      <dc:creator>bhavya123</dc:creator>
      <dc:date>2017-10-14T11:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to PC Files error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404220#M98255</link>
      <description>Please share the log including the import step.&lt;BR /&gt;Have you followed the syntax for using a PC Files Server?</description>
      <pubDate>Sat, 14 Oct 2017 16:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404220#M98255</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-10-14T16:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to PC Files error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404227#M98257</link>
      <description>&lt;P&gt;Execute&lt;/P&gt;
&lt;PRE&gt;proc setinit; run;&lt;/PRE&gt;
&lt;P&gt;to verify that PC Files is part&amp;nbsp; of your licence.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2017 17:54:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404227#M98257</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2017-10-14T17:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to PC Files error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404264#M98267</link>
      <description>&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;I used proc import syntax below:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;IMPORT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DATAFILE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"C:\Users\Desktop\split.xlsx"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DBMS&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=EXCELCS&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;OUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=WORK.SASINVOICES REPLACE;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;SHEET&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'Sheet1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;please let me know if I have used the correct syntax.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 03:24:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404264#M98267</guid>
      <dc:creator>bhavya123</dc:creator>
      <dc:date>2017-10-15T03:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to PC Files error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404265#M98268</link>
      <description>Yes I checked. PC File server is part of my SAS licence</description>
      <pubDate>Sun, 15 Oct 2017 03:25:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404265#M98268</guid>
      <dc:creator>bhavya123</dc:creator>
      <dc:date>2017-10-15T03:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to PC Files error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404273#M98269</link>
      <description>&lt;P&gt;You need to install SAS/ACCESS for PC Files, the log is very clear about that. The PC Files Server is something different.&lt;/P&gt;
&lt;P&gt;Use the Deployment Manager to install the module; if you can't find it in your SAS depot, get in contact with your local SAS representative so you get a software order that matches your license.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 05:50:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404273#M98269</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-15T05:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to PC Files error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404274#M98270</link>
      <description>&lt;P&gt;BTW if you don't have the module licensed, save your Excel data as csv and import that. No additional license needed for text files.&lt;/P&gt;
&lt;P&gt;It's the better method anyway.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 05:53:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404274#M98270</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-15T05:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to PC Files error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404277#M98271</link>
      <description>I have already installed PC file server. But even after the install, the&lt;BR /&gt;syntax wasn't working. I checked in the "services" folder also, it was&lt;BR /&gt;running.&lt;BR /&gt;&lt;BR /&gt;I guess CSV would work.&lt;BR /&gt;</description>
      <pubDate>Sun, 15 Oct 2017 08:00:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404277#M98271</guid>
      <dc:creator>bhavya123</dc:creator>
      <dc:date>2017-10-15T08:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to PC Files error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404282#M98272</link>
      <description>&lt;P&gt;The PC Files Server is NOT, I repeat NOT, SAS/ACCESS to PC Files.&lt;/P&gt;
&lt;P&gt;The first is a special server program for Windows machines that allows non-Windows SAS computers access to the older MS Office formats. The second is a part of the Base SAS package and can be installed on all SAS-supported platforms.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are missing the SAS/ACCESS to PC Files module, so you need to install/license it.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 09:18:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404282#M98272</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-15T09:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to PC Files error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404283#M98273</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/152851"&gt;@bhavya123&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;And you also did restart all your SAS services/servers after the install?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SAS log is very clear:&amp;nbsp;&lt;EM&gt;The SAS/ACCESS Interface to PC Files is not installed.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc Setinit will show you what license file got applied.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Execute also Proc Product_Status which will show you what SAS recognizes as being installed.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;You need to then get in the log something like below:&lt;/P&gt;
&lt;PRE&gt;For SAS/ACCESS Interface to PC Files ...
   Custom version information: 9.4_M3&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 09:23:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404283#M98273</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-10-15T09:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to PC Files error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404287#M98275</link>
      <description>Thanks. I understood your point.&lt;BR /&gt;Product_status syntax doesn't show me "SAS/ACCESS Interface...." log</description>
      <pubDate>Sun, 15 Oct 2017 10:53:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404287#M98275</guid>
      <dc:creator>bhavya123</dc:creator>
      <dc:date>2017-10-15T10:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to PC Files error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404289#M98276</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&lt;BR /&gt;Thanks for the explanation. Just a reference to what I stated above:&lt;BR /&gt;&lt;BR /&gt;When I ran "proc setinit; run;", I got this in log:&lt;BR /&gt;---SAS/ACCESS Interface to PC Files&lt;BR /&gt;14MAY2018&lt;BR /&gt;Even then this implies that I don't have SAS/ACCESS to PC Files installed?&lt;BR /&gt;</description>
      <pubDate>Sun, 15 Oct 2017 11:01:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404289#M98276</guid>
      <dc:creator>bhavya123</dc:creator>
      <dc:date>2017-10-15T11:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to PC Files error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404311#M98281</link>
      <description>&lt;P&gt;For a module to function, 2 facts are necessary:&lt;/P&gt;
&lt;P&gt;- the software has to be installed&lt;/P&gt;
&lt;P&gt;- the module has to be licensed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As it looks, you are lacking prerequisite #1. Run the Deployment Manager to check if you can install the software.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 17:58:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-PC-Files-error/m-p/404311#M98281</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-15T17:58:43Z</dc:date>
    </item>
  </channel>
</rss>

