<?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: Unable to open .sas7bdat file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343093#M272906</link>
    <description>&lt;P&gt;You don't import a file. Assign a library and try and connect to the file.&lt;/P&gt;
&lt;P&gt;If it's a mismatch with types there's usually, but not always, different errors than the one indicated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname pathFile '/folders/myfolders/myfiles/';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc contents data=pathFile;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2017 22:09:06 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-03-21T22:09:06Z</dc:date>
    <item>
      <title>Unable to open .sas7bdat file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343080#M272901</link>
      <description>&lt;P&gt;I'm reacquainting myself with SAS after about 4 years- not able to open a .sas7bdat file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the error message attached below. Can anyone tell me what the problem is?&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13588i148700BD1937CFC9/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="error message.jpg" title="error message.jpg" /&gt;</description>
      <pubDate>Tue, 21 Mar 2017 21:35:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343080#M272901</guid>
      <dc:creator>mramanan</dc:creator>
      <dc:date>2017-03-21T21:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open .sas7bdat file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343082#M272902</link>
      <description>&lt;P&gt;Given the error most likely you're referencing the data incorrectly doing something wrong. But since you haven't provided any other information that's all we can say.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How are you trying to 'open' this file? What options have you tried that didn't work? More information please.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-ask-a-question-in-SAS-Analytics-U-Communities/ta-p/221163" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-ask-a-question-in-SAS-Analytics-U-Communities/ta-p/221163&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 21:39:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343082#M272902</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-21T21:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open .sas7bdat file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343086#M272903</link>
      <description>&lt;P&gt;Initially I tried opening it by double clicking on the file. It works for the other files...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I tried this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import out=work.pat&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; datafile="C:\Users\mahes\Documents\Research\Current\eurobact\sas data files\pat.sas7bdat"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbms=pcfs;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;Bridge server not answering&lt;BR /&gt;ERROR: Import unsuccessful.&amp;nbsp; See SAS Log for details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 21:51:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343086#M272903</guid>
      <dc:creator>mramanan</dc:creator>
      <dc:date>2017-03-21T21:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open .sas7bdat file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343089#M272904</link>
      <description>&lt;P&gt;Did the dataset originate in a different operating system?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A different version of SAS?&lt;/P&gt;
&lt;P&gt;Note that one of the things that has crept in with 64 bit files is that older versions of SAS may well not open a current data set.&lt;/P&gt;
&lt;P&gt;So which version of SAS are you using? Do you know which created it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there any operating system permissions issues such as the data set being read only or you as a user not having permission to read it?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 21:58:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343089#M272904</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-03-21T21:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open .sas7bdat file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343091#M272905</link>
      <description>&lt;P&gt;Actually that's a good point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using SAS 9.4 on a 64-bit windows 10 computer. I don't know which version of SAS the file was created in but that may well be problem. I'll try to find out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think permissions are an issue on my computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try to open the file on my old computer which I think still has SAS 9.2 in case that works...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. Much appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 22:02:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343091#M272905</guid>
      <dc:creator>mramanan</dc:creator>
      <dc:date>2017-03-21T22:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open .sas7bdat file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343093#M272906</link>
      <description>&lt;P&gt;You don't import a file. Assign a library and try and connect to the file.&lt;/P&gt;
&lt;P&gt;If it's a mismatch with types there's usually, but not always, different errors than the one indicated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname pathFile '/folders/myfolders/myfiles/';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc contents data=pathFile;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 22:09:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343093#M272906</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-21T22:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open .sas7bdat file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343101#M272907</link>
      <description>&lt;P&gt;Thanks for that. Makes sense. And it seems to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your help..&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 22:25:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-sas7bdat-file/m-p/343101#M272907</guid>
      <dc:creator>mramanan</dc:creator>
      <dc:date>2017-03-21T22:25:07Z</dc:date>
    </item>
  </channel>
</rss>

