<?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: Importing sas7bdat file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Importing-sas7bdat-file/m-p/239049#M43942</link>
    <description>SAS 9.1 is old...get a newer version, if you're a student try the free version of SAS, SAS UE.  You can set up a libname to read a SAS dataset. SAS Analytics U also provides two free SAS training courses on how to use SAS.&lt;BR /&gt;&lt;BR /&gt;libname mydata '/folders/myfolders/';&lt;BR /&gt;&lt;BR /&gt;proc print mydata.data;&lt;BR /&gt;run;&lt;BR /&gt;</description>
    <pubDate>Sun, 13 Dec 2015 10:55:26 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-12-13T10:55:26Z</dc:date>
    <item>
      <title>Importing sas7bdat file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-sas7bdat-file/m-p/239048#M43941</link>
      <description>&lt;P&gt;how to open sas7bdat file in sas 9.1&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2015 10:06:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-sas7bdat-file/m-p/239048#M43941</guid>
      <dc:creator>navneet</dc:creator>
      <dc:date>2015-12-13T10:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Importing sas7bdat file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-sas7bdat-file/m-p/239049#M43942</link>
      <description>SAS 9.1 is old...get a newer version, if you're a student try the free version of SAS, SAS UE.  You can set up a libname to read a SAS dataset. SAS Analytics U also provides two free SAS training courses on how to use SAS.&lt;BR /&gt;&lt;BR /&gt;libname mydata '/folders/myfolders/';&lt;BR /&gt;&lt;BR /&gt;proc print mydata.data;&lt;BR /&gt;run;&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Dec 2015 10:55:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-sas7bdat-file/m-p/239049#M43942</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-12-13T10:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Importing sas7bdat file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-sas7bdat-file/m-p/239052#M43943</link>
      <description>&lt;P&gt;You do NOT need to "import" a .sas7bdat file, as it already is a table in native SAS format. The .sas7bdat format can (mostly) be opened across all SAS versions from 8.0 upwards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So all you need to do is to define a SAS library with the LIBNAME statement, pointing to the directory where the .sas7bdat is stored, and - voila! - you can use &lt;EM&gt;libname.tablename&lt;/EM&gt; anywhere a SAS table name is needed in your program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you experience problems doing this, you will have to supply additional information about your SAS environment (OS platform(s), logical/physical locations etc). And what is in your log if a statement fails to execute properly.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2015 12:43:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-sas7bdat-file/m-p/239052#M43943</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-12-13T12:43:40Z</dc:date>
    </item>
  </channel>
</rss>

