<?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: HELP : Importing data - connection failed in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/HELP-Importing-data-connection-failed/m-p/172750#M44510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to post the actual code that you tried with PROC IMPORT.&amp;nbsp; Also what version of SAS you are using.&lt;/P&gt;&lt;P&gt;It appears you are using PC- SAS rather than a Unix version.&lt;/P&gt;&lt;P&gt;If you are using a new enough version of SAS it should be able to read XLSX files without trying to connect to MicroSoft tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc import datafile='myfile.xlsx' out=mydata replace dbms=xlsx; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Nov 2014 18:37:06 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2014-11-15T18:37:06Z</dc:date>
    <item>
      <title>HELP : Importing data - connection failed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/HELP-Importing-data-connection-failed/m-p/172747#M44507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to import some data into SAS but I repeatedly receive an error message saying that the connection failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I use 64-bit windows)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll find attached 2 pictures showing the messages I receive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me solve this problem please ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10884i8E01DF45AEA71455/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Erreur SAS importer.png" title="Erreur SAS importer.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10885i7A1E94CD5E716504/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Erreur SAS import.png" title="Erreur SAS import.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2014 00:03:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/HELP-Importing-data-connection-failed/m-p/172747#M44507</guid>
      <dc:creator>Waliyya</dc:creator>
      <dc:date>2014-11-15T00:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: HELP : Importing data - connection failed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/HELP-Importing-data-connection-failed/m-p/172748#M44508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check your bitness. It could be SAS is 64-bit and your office 32-bit or vice versa.&lt;/P&gt;&lt;P&gt;The error message in English is more easy to find as this French one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2014 10:34:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/HELP-Importing-data-connection-failed/m-p/172748#M44508</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-15T10:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: HELP : Importing data - connection failed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/HELP-Importing-data-connection-failed/m-p/172749#M44509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a 64 bit windows and I have installed SAS in 64 bits. Yet I still get this problem. What do I do ?&lt;/P&gt;&lt;P&gt;Despite creating the excel file myself, I still cannot import the table into SAS and I get the same message, see attached.&lt;/P&gt;&lt;P&gt;I have tried on other computers (at university) and it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2014 17:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/HELP-Importing-data-connection-failed/m-p/172749#M44509</guid>
      <dc:creator>Waliyya</dc:creator>
      <dc:date>2014-11-15T17:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: HELP : Importing data - connection failed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/HELP-Importing-data-connection-failed/m-p/172750#M44510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to post the actual code that you tried with PROC IMPORT.&amp;nbsp; Also what version of SAS you are using.&lt;/P&gt;&lt;P&gt;It appears you are using PC- SAS rather than a Unix version.&lt;/P&gt;&lt;P&gt;If you are using a new enough version of SAS it should be able to read XLSX files without trying to connect to MicroSoft tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc import datafile='myfile.xlsx' out=mydata replace dbms=xlsx; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2014 18:37:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/HELP-Importing-data-connection-failed/m-p/172750#M44510</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-11-15T18:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: HELP : Importing data - connection failed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/HELP-Importing-data-connection-failed/m-p/172751#M44511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/05/01/64-bit-gotchas/"&gt;http://blogs.sas.com/content/sasdummy/2012/05/01/64-bit-gotchas/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2014 18:53:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/HELP-Importing-data-connection-failed/m-p/172751#M44511</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-15T18:53:10Z</dc:date>
    </item>
  </channel>
</rss>

