<?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: error in import of access database in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/error-in-import-of-access-database/m-p/490751#M128492</link>
    <description>&lt;P&gt;If the PC Files Server is not installed on the same machine where the SAS process runs, you need to supply at least a server name to the import procedure if you use dbms=ACCESSCS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#p0psac3j16cioen1nq2hkwrnk55y.htm" target="_blank"&gt; 9.3 documentation of ACCESSCS for PROC IMPORT&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;SERVER= &lt;SPAN class="userSuppliedValue"&gt;PC-Files-Server-name &lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="paraSimpleFirst"&gt;specifies the name of the PC Files Server, where &lt;SPAN class="userSuppliedValue"&gt;PC-Files-Server-name&lt;/SPAN&gt; can be either the computer name or the associated IP address. You must bring up the listener on the PC Files Server before you can establish a connection to it. You can also configure these items:&lt;/DIV&gt;
&lt;DIV class="listUnordered"&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="item"&gt;&lt;A name="n05k75vw1olf2vn1vn3lwt11n86w" target="_blank"&gt;&lt;/A&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;A name="n1hwwgfizbkc82n154tyr7ph1oep" target="_blank"&gt;&lt;/A&gt;the service name&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="item"&gt;&lt;A name="p1okit4hb4uglen0zixnywy9eqfo" target="_blank"&gt;&lt;/A&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;A name="p1fvahv75fbvn0n18f3zaqslhfsp" target="_blank"&gt;&lt;/A&gt;the port number&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="item"&gt;&lt;A name="n0h4rpauk5bshpn1knqi9oj10fnm" target="_blank"&gt;&lt;/A&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;A name="n0ip02fc1l3d02n1mrviu12r4hu7" target="_blank"&gt;&lt;/A&gt;the maximum number of concurrent connections&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="item"&gt;&lt;A name="p05x956iqij7yan1nkimkqzf2q19" target="_blank"&gt;&lt;/A&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;A name="n1ml8pr0wcdy31n1s41ft5i9iwhe" target="_blank"&gt;&lt;/A&gt;specifications to indicate whether data encryption will be used&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;DIV class="summary"&gt;
&lt;DIV&gt;&lt;SPAN class="alias"&gt;Alias:&lt;/SPAN&gt; SERVER_NAME&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class="restriction"&gt;Restriction:&lt;/SPAN&gt; Available only for the client/server model.&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class="summaryNote"&gt;Note:&lt;/SPAN&gt; You can omit this option if you are running SAS and the PC Files Server on the same machine. Omitting this option under this condition causes the PC Files Server to start automatically in the background.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Aug 2018 08:01:00 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-08-29T08:01:00Z</dc:date>
    <item>
      <title>error in import of access database</title>
      <link>https://communities.sas.com/t5/SAS-Programming/error-in-import-of-access-database/m-p/490745#M128487</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With SAS9.3 i used to import an Access table using the following syntax:&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;OUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;= TB_KEY (keep=R_fPatient DDN Sexe N_Adm &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;rename=(N_Adm=ADMINO)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DATATABLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"TbPatient"&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;=ACCESSCS REPLACE;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DATABASE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"\\Sih-fs\programmes\CPTCR\BD_CPTCR.mdb"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;SCANMEMO&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=YES;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;USEDATE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=YES;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;SCANTIME&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=YES;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since upgrading to SAS 9.4, this syntax is not working anymore and I cannot access the database anymore.&lt;/P&gt;&lt;P&gt;Can you please help me?&lt;/P&gt;&lt;P&gt;I cannot provide a sample as it is patient confidential data.&lt;/P&gt;&lt;P&gt;Thanking you in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aline&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 07:33:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/error-in-import-of-access-database/m-p/490745#M128487</guid>
      <dc:creator>mermaid</dc:creator>
      <dc:date>2018-08-29T07:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: error in import of access database</title>
      <link>https://communities.sas.com/t5/SAS-Programming/error-in-import-of-access-database/m-p/490751#M128492</link>
      <description>&lt;P&gt;If the PC Files Server is not installed on the same machine where the SAS process runs, you need to supply at least a server name to the import procedure if you use dbms=ACCESSCS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#p0psac3j16cioen1nq2hkwrnk55y.htm" target="_blank"&gt; 9.3 documentation of ACCESSCS for PROC IMPORT&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;SERVER= &lt;SPAN class="userSuppliedValue"&gt;PC-Files-Server-name &lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="paraSimpleFirst"&gt;specifies the name of the PC Files Server, where &lt;SPAN class="userSuppliedValue"&gt;PC-Files-Server-name&lt;/SPAN&gt; can be either the computer name or the associated IP address. You must bring up the listener on the PC Files Server before you can establish a connection to it. You can also configure these items:&lt;/DIV&gt;
&lt;DIV class="listUnordered"&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="item"&gt;&lt;A name="n05k75vw1olf2vn1vn3lwt11n86w" target="_blank"&gt;&lt;/A&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;A name="n1hwwgfizbkc82n154tyr7ph1oep" target="_blank"&gt;&lt;/A&gt;the service name&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="item"&gt;&lt;A name="p1okit4hb4uglen0zixnywy9eqfo" target="_blank"&gt;&lt;/A&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;A name="p1fvahv75fbvn0n18f3zaqslhfsp" target="_blank"&gt;&lt;/A&gt;the port number&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="item"&gt;&lt;A name="n0h4rpauk5bshpn1knqi9oj10fnm" target="_blank"&gt;&lt;/A&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;A name="n0ip02fc1l3d02n1mrviu12r4hu7" target="_blank"&gt;&lt;/A&gt;the maximum number of concurrent connections&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="item"&gt;&lt;A name="p05x956iqij7yan1nkimkqzf2q19" target="_blank"&gt;&lt;/A&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;A name="n1ml8pr0wcdy31n1s41ft5i9iwhe" target="_blank"&gt;&lt;/A&gt;specifications to indicate whether data encryption will be used&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;DIV class="summary"&gt;
&lt;DIV&gt;&lt;SPAN class="alias"&gt;Alias:&lt;/SPAN&gt; SERVER_NAME&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class="restriction"&gt;Restriction:&lt;/SPAN&gt; Available only for the client/server model.&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class="summaryNote"&gt;Note:&lt;/SPAN&gt; You can omit this option if you are running SAS and the PC Files Server on the same machine. Omitting this option under this condition causes the PC Files Server to start automatically in the background.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 08:01:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/error-in-import-of-access-database/m-p/490751#M128492</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-08-29T08:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: error in import of access database</title>
      <link>https://communities.sas.com/t5/SAS-Programming/error-in-import-of-access-database/m-p/490752#M128493</link>
      <description>&lt;P&gt;I am going to assume this is a 32/64 bit problem.&amp;nbsp; Basically when Windows moved to 64bit, a lot of the proprietary binary files no longer worked - including SAS catalogs.&amp;nbsp; There have been some suggestions made like using PCfiles.&amp;nbsp; However I am of the opinion that this is a really good time to bin these dreadful, archaic file types in favour of far more open, portable sources.&amp;nbsp; For instance, dump out your data from Access into a CSV file - CSV is plain open text, which will work on any system and is not tied to a proprietary format.&lt;/P&gt;
&lt;P&gt;If you absolutely have to use Access (why?), then you will need to migrate that file and software to 64bit to match the bit of SAS you are using or setup an export process from it to an open file format.&amp;nbsp; Me I would not be using any Office software as a data store, invest in a proper database, or use a proper method of data transfer, I cannot express how much of an issue Office suite is in the world.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 08:02:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/error-in-import-of-access-database/m-p/490752#M128493</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-08-29T08:02:09Z</dc:date>
    </item>
  </channel>
</rss>

