<?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: PCFF - Import tables with more than 32 characters from mdb in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PCFF-Import-tables-with-more-than-32-characters-from-mdb/m-p/516087#M32596</link>
    <description>&lt;P&gt;Behind the scenes, the point-and-click interface copies the Excel file up to the remote SAS server as a delimited file with a shortened filename without using SAS code. That is why it works for longer filenames as it is not using SAS code to do the transfer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW the 32-character limit is being increased in SAS 9.5 to 128 characters and is due out probably in the next 12 months.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Nov 2018 19:13:32 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2018-11-26T19:13:32Z</dc:date>
    <item>
      <title>PCFF - Import tables with more than 32 characters from mdb</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PCFF-Import-tables-with-more-than-32-characters-from-mdb/m-p/515988#M32590</link>
      <description>&lt;P&gt;Hi Folks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to import a table, using PCFF, which name is longer than 32 characters. When I use point-and-click I don't have any problem but using PCFF the following error appear:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;26 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; proc import table='XXX_XX_XX_XX_XX_XX_XXXX_XXXX_XXXX'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Courier New" size="2"&gt;27 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dbms=accesscs&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Courier New" size="2"&gt;28 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; out=table replace;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Courier New" size="2"&gt;29 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; database='\\folder\file.mdb';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Courier New" size="2"&gt;30 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; server='IP';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Courier New" size="2"&gt;31 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; port=9621;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Courier New" size="2"&gt;32 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; serveruser='user';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Courier New" size="2"&gt;33 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; serverpass=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Courier New" size="2"&gt;34 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; run;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="Courier New" size="2" color="red"&gt;ERROR: TABLE value exceeds maximum length of 32 characters.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;There is any way to import it using SAS code?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 14:16:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PCFF-Import-tables-with-more-than-32-characters-from-mdb/m-p/515988#M32590</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2018-11-26T14:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: PCFF - Import tables with more than 32 characters from mdb</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PCFF-Import-tables-with-more-than-32-characters-from-mdb/m-p/515992#M32591</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS cannot handle tables names that have longer than 32 characters, try creating views for those tables or you can run a pass-through query if possible.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 14:33:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PCFF-Import-tables-with-more-than-32-characters-from-mdb/m-p/515992#M32591</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-11-26T14:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: PCFF - Import tables with more than 32 characters from mdb</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PCFF-Import-tables-with-more-than-32-characters-from-mdb/m-p/516032#M32594</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83078"&gt;@SuryaKiran&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! But why using import from point and click works?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 16:04:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PCFF-Import-tables-with-more-than-32-characters-from-mdb/m-p/516032#M32594</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2018-11-26T16:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: PCFF - Import tables with more than 32 characters from mdb</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PCFF-Import-tables-with-more-than-32-characters-from-mdb/m-p/516087#M32596</link>
      <description>&lt;P&gt;Behind the scenes, the point-and-click interface copies the Excel file up to the remote SAS server as a delimited file with a shortened filename without using SAS code. That is why it works for longer filenames as it is not using SAS code to do the transfer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW the 32-character limit is being increased in SAS 9.5 to 128 characters and is due out probably in the next 12 months.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 19:13:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PCFF-Import-tables-with-more-than-32-characters-from-mdb/m-p/516087#M32596</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-11-26T19:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: PCFF - Import tables with more than 32 characters from mdb</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PCFF-Import-tables-with-more-than-32-characters-from-mdb/m-p/517713#M32623</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Try something like this SQL explicit pass-through code:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  connect to access (path='\\folder\file.mdb');  
  create table work.table as select * from connection to access
    (
      select * from XXX_XX_XX_XX_XX_XX_XXXX_XXXX_XXXX
    );
  disconnect from access;
quit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Dec 2018 01:04:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PCFF-Import-tables-with-more-than-32-characters-from-mdb/m-p/517713#M32623</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2018-12-01T01:04:21Z</dc:date>
    </item>
  </channel>
</rss>

