<?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 do you read a sas7bdat file into SAS studio%3F in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-do-you-read-a-sas7bdat-file-into-SAS-studio-3F/m-p/969935#M43338</link>
    <description>&lt;P&gt;A SAS7BDAT file is a SAS dataset. Allocating a LIBNAME statement to&amp;nbsp;&lt;SPAN&gt;"/Users/xxx/My Folder" should be all you need to do to read the dataset. Run this to see if you can successfully read it:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname MyLibref "/Users/xxx/My Folder";
proc datasets library = MyLibref;
  contents data = mysasfile;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;NB: If your&amp;nbsp; SAS session runs on Unix/Linux folder names are case sensitive so case must match.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jun 2025 00:57:50 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2025-06-30T00:57:50Z</dc:date>
    <item>
      <title>How do you read a sas7bdat file into SAS studio%3F</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-you-read-a-sas7bdat-file-into-SAS-studio-3F/m-p/969934#M43337</link>
      <description>&lt;P&gt;How do you read a sas7bdat file into SAS studio?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a new user for SAS studio.&lt;/P&gt;&lt;P&gt;I upload a&amp;nbsp;sas7bdat under user -&amp;gt;my folder. the loacation of the file is under "/Users/xxx/My Folder"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Did I import the file to the wrong location so I can not read it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jun 2025 23:12:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-you-read-a-sas7bdat-file-into-SAS-studio-3F/m-p/969934#M43337</guid>
      <dc:creator>CYC85249</dc:creator>
      <dc:date>2025-06-29T23:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do you read a sas7bdat file into SAS studio%3F</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-you-read-a-sas7bdat-file-into-SAS-studio-3F/m-p/969935#M43338</link>
      <description>&lt;P&gt;A SAS7BDAT file is a SAS dataset. Allocating a LIBNAME statement to&amp;nbsp;&lt;SPAN&gt;"/Users/xxx/My Folder" should be all you need to do to read the dataset. Run this to see if you can successfully read it:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname MyLibref "/Users/xxx/My Folder";
proc datasets library = MyLibref;
  contents data = mysasfile;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;NB: If your&amp;nbsp; SAS session runs on Unix/Linux folder names are case sensitive so case must match.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 00:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-you-read-a-sas7bdat-file-into-SAS-studio-3F/m-p/969935#M43338</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2025-06-30T00:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do you read a sas7bdat file into SAS studio%3F</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-you-read-a-sas7bdat-file-into-SAS-studio-3F/m-p/969940#M43339</link>
      <description>&lt;P&gt;And SAS will only look for files using all lowercase letters.&amp;nbsp; So if your dataset is named MyData then the file needs to be named mydata.sas7bdat.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 02:27:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-you-read-a-sas7bdat-file-into-SAS-studio-3F/m-p/969940#M43339</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2025-06-30T02:27:17Z</dc:date>
    </item>
  </channel>
</rss>

