<?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: How to read a .sas7bdat into sas? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-to-read-a-sas7bdat-into-sas/m-p/592993#M15442</link>
    <description>&lt;P&gt;Assigning a libref to the directory in which the file is stored should solve the issue.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2019 11:31:05 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2019-10-01T11:31:05Z</dc:date>
    <item>
      <title>How to read a .sas7bdat into sas?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-read-a-sas7bdat-into-sas/m-p/592966#M15436</link>
      <description>&lt;P&gt;Hi, I got a supplement data and I know I can upload it into sas file.&lt;/P&gt;
&lt;P&gt;Now I want to modify the data but I don't know how to use it because normally the data set would be stored in library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone give me an example code?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 10:03:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-read-a-sas7bdat-into-sas/m-p/592966#M15436</guid>
      <dc:creator>YangYY</dc:creator>
      <dc:date>2019-10-01T10:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a .sas7bdat into sas?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-read-a-sas7bdat-into-sas/m-p/592967#M15437</link>
      <description>The supplement data is something.sas7bdat.</description>
      <pubDate>Tue, 01 Oct 2019 10:04:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-read-a-sas7bdat-into-sas/m-p/592967#M15437</guid>
      <dc:creator>YangYY</dc:creator>
      <dc:date>2019-10-01T10:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a .sas7bdat into sas?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-read-a-sas7bdat-into-sas/m-p/592993#M15442</link>
      <description>&lt;P&gt;Assigning a libref to the directory in which the file is stored should solve the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 11:31:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-read-a-sas7bdat-into-sas/m-p/592993#M15442</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-10-01T11:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a .sas7bdat into sas?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-read-a-sas7bdat-into-sas/m-p/592999#M15445</link>
      <description>Thank you for your reply.&lt;BR /&gt;I am a beginner so could you please give me an example and code to show me?&lt;BR /&gt;I will be grateful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Oct 2019 12:01:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-read-a-sas7bdat-into-sas/m-p/592999#M15445</guid>
      <dc:creator>YangYY</dc:creator>
      <dc:date>2019-10-01T12:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a .sas7bdat into sas?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-read-a-sas7bdat-into-sas/m-p/593001#M15447</link>
      <description>&lt;P&gt;Suppose you have a file&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;xx.sas7bdat&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;in directory&lt;/P&gt;
&lt;PRE&gt;/level1/level2/level3&lt;/PRE&gt;
&lt;P&gt;then you would do&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mylib '/level1/level2/level3';

proc print data=mylib.xx;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to run a simple procedure against this dataset.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 12:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-read-a-sas7bdat-into-sas/m-p/593001#M15447</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-10-01T12:23:08Z</dc:date>
    </item>
  </channel>
</rss>

