<?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 pcfiles serverr with SAS University Edition in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/pcfiles-serverr-with-SAS-University-Edition/m-p/244098#M45450</link>
    <description>&lt;P&gt;I am running SAS University Edition release 3.4 on the Oralcle VirtualBox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to set up a library linked to a MSAccess database with the following statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname testDB pcfiles path="/folders/myfolders/some.mdb";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and get the following error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="sasLogError1_1453068476739" class="sasError"&gt;ERROR: The SERVER= option is required for establishing a connection through the SAS/ACCESS Interface to PC Files.&lt;/DIV&gt;
&lt;DIV id="sasLogError2_1453068476739" class="sasError"&gt;ERROR: Error in the LIBNAME statement.&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;How do I set up the pcfile server when using SAS University edition?&lt;/DIV&gt;</description>
    <pubDate>Sun, 17 Jan 2016 22:13:32 GMT</pubDate>
    <dc:creator>KAZ</dc:creator>
    <dc:date>2016-01-17T22:13:32Z</dc:date>
    <item>
      <title>pcfiles serverr with SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/pcfiles-serverr-with-SAS-University-Edition/m-p/244098#M45450</link>
      <description>&lt;P&gt;I am running SAS University Edition release 3.4 on the Oralcle VirtualBox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to set up a library linked to a MSAccess database with the following statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname testDB pcfiles path="/folders/myfolders/some.mdb";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and get the following error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="sasLogError1_1453068476739" class="sasError"&gt;ERROR: The SERVER= option is required for establishing a connection through the SAS/ACCESS Interface to PC Files.&lt;/DIV&gt;
&lt;DIV id="sasLogError2_1453068476739" class="sasError"&gt;ERROR: Error in the LIBNAME statement.&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;How do I set up the pcfile server when using SAS University edition?&lt;/DIV&gt;</description>
      <pubDate>Sun, 17 Jan 2016 22:13:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/pcfiles-serverr-with-SAS-University-Edition/m-p/244098#M45450</guid>
      <dc:creator>KAZ</dc:creator>
      <dc:date>2016-01-17T22:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: pcfiles serverr with SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/pcfiles-serverr-with-SAS-University-Edition/m-p/244102#M45451</link>
      <description>Hi:&lt;BR /&gt;  You cannot use the PCFILES server with SAS University Edition. Look at this similar question in the SAS Analytics U forum: &lt;A href="https://communities.sas.com/t5/SAS-Analytics-U/ORACLE-connection/m-p/244091#U244091" target="_blank"&gt;https://communities.sas.com/t5/SAS-Analytics-U/ORACLE-connection/m-p/244091#U244091&lt;/A&gt;&lt;BR /&gt;     &lt;BR /&gt;  The bottom line is that the pieces of SAS/Access and the PC File server that you need to read and write Excel or Microsoft Access files are not included with the SAS University Edition. And, since the SAS University Edition virtual machine is locked down, you cannot install the pcfile server.&lt;BR /&gt;&lt;BR /&gt;cynthia&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Jan 2016 22:29:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/pcfiles-serverr-with-SAS-University-Edition/m-p/244102#M45451</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-01-17T22:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: pcfiles serverr with SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/pcfiles-serverr-with-SAS-University-Edition/m-p/244104#M45452</link>
      <description>&lt;P&gt;If you still want to use your MS Access data in SAS UE you could export your data to a CSV file and use PROC IMPORT or a DATA step to read it.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2016 22:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/pcfiles-serverr-with-SAS-University-Edition/m-p/244104#M45452</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-01-17T22:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: pcfiles serverr with SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/pcfiles-serverr-with-SAS-University-Edition/m-p/244107#M45453</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; So I understand SAS/ACCESS is not available in SAS University Edition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assigned the above library using a SAS 9.4 Windows 64 bit install and created datasets:&lt;/P&gt;
&lt;P&gt;* Run in SAS 9.4 Windows 64 bit ;&lt;/P&gt;
&lt;P&gt;libname testDB pcfiles path="C:\some.mdb";&lt;/P&gt;
&lt;P&gt;libname testLIB "C:\someDirectory";&lt;/P&gt;
&lt;P&gt;data testLIB.testDATA; set testDB.testDATA; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SAS datasets now exist in C:\someDirectory .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and then I assign that directory as a library in SAS University Edition&amp;nbsp; ran a proc dataset statement to try to modify the datasets:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* In SAS University Edition;&lt;/P&gt;
&lt;P&gt;proc dataset lib=testLIB;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; modify testDATA;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I got the following error:&lt;/P&gt;
&lt;DIV class="sasError"&gt;ERROR: File testLIB.testDATA cannot be updated because its encoding does not match the session encoding or the file is in a format native to another host, such as WINDOWS_64.&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;Why does SAS University Edition allow me to read the datasets but not modify them?&amp;nbsp; I understand I need to use SAS/ACCESS to initally connect to the MS Acess database to write the SAS datasets.&amp;nbsp; Is there a way I can create the SAS datasets in my desktop SAS 9.4 install so that I can later modify them in SAS University Edition using PROC DATASET?&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2016 23:22:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/pcfiles-serverr-with-SAS-University-Edition/m-p/244107#M45453</guid>
      <dc:creator>KAZ</dc:creator>
      <dc:date>2016-01-17T23:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: pcfiles serverr with SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/pcfiles-serverr-with-SAS-University-Edition/m-p/244111#M45454</link>
      <description>&lt;P&gt;SAS UE is through a VM, which is Unix based, and you used Windows to create the files, causing the encoding issues.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're moving files between OS's I think the recommendation is to use XPORT or CPORT to transfer files.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2016 23:46:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/pcfiles-serverr-with-SAS-University-Edition/m-p/244111#M45454</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-17T23:46:15Z</dc:date>
    </item>
  </channel>
</rss>

