<?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 Reading sas7bdat into C in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-sas7bdat-into-C/m-p/736996#M229711</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to read a sas7bdat file into a c environment.&amp;nbsp; However, no one on my team seems to be able to figure this out.&amp;nbsp; Is there any user out there that has done this?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Apr 2021 14:18:28 GMT</pubDate>
    <dc:creator>jordan_howell</dc:creator>
    <dc:date>2021-04-26T14:18:28Z</dc:date>
    <item>
      <title>Reading sas7bdat into C</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-sas7bdat-into-C/m-p/736996#M229711</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to read a sas7bdat file into a c environment.&amp;nbsp; However, no one on my team seems to be able to figure this out.&amp;nbsp; Is there any user out there that has done this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 14:18:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-sas7bdat-into-C/m-p/736996#M229711</guid>
      <dc:creator>jordan_howell</dc:creator>
      <dc:date>2021-04-26T14:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reading sas7bdat into C</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-sas7bdat-into-C/m-p/737007#M229717</link>
      <description>&lt;P&gt;The sas7bdat file format is not documented...and it varies slightly across releases as the format is enhanced.&amp;nbsp; Only SAS software can read the content and all of its attributes reliably.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, you can (on Windows) use the SAS local data provider via OLE DB to read SAS data sets without having full SAS installed.&amp;nbsp; &lt;A href="https://blogs.sas.com/content/sasdummy/2012/04/12/build-your-own-sas-data-set-viewer-using-powershell/" target="_self"&gt;I have a PowerShell example here&lt;/A&gt; -- the same could be invoked within a C program.&amp;nbsp; You can download the SAS local OLE DB provider from SAS support (link in the blog).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have access to a SAS server and want to read SAS data from your SAS environment using other applications, &lt;A href="https://github.com/sassoftware/saspy" target="_self"&gt;look at the saspy Python library&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 15:00:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-sas7bdat-into-C/m-p/737007#M229717</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2021-04-26T15:00:20Z</dc:date>
    </item>
  </channel>
</rss>

