<?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: Need help exporting .SAS7BDAT to .CSV in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Need-help-exporting-SAS7BDAT-to-CSV/m-p/597878#M16215</link>
    <description>&lt;P&gt;Here is the basic syntax;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=mydata /*specify the name of your SAS dataset*/
	outfile="path/file.csv" /*specify the name of the csv file you want to create*/
	dbms=csv
	replace;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
    <pubDate>Sat, 19 Oct 2019 07:33:58 GMT</pubDate>
    <dc:creator>ed_sas_member</dc:creator>
    <dc:date>2019-10-19T07:33:58Z</dc:date>
    <item>
      <title>Need help exporting .SAS7BDAT to .CSV</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Need-help-exporting-SAS7BDAT-to-CSV/m-p/597875#M16213</link>
      <description>&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I am doing a research project for some professors at university and the data that we acquired is in the form of a SAS table. In order to get what we need done, we need this file converted to a .csv file which will be later put into another program that I am more familiar with. Having no experience with SAS (more specifically SAS University) can someone explain the easiest way for me to get this file converted to a csv? I apologize if I am missing any critical information. I have the data imported in SAS already, I just need help getting the csv file to generate.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Thank you so much in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2019 06:52:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Need-help-exporting-SAS7BDAT-to-CSV/m-p/597875#M16213</guid>
      <dc:creator>WilsonPatel</dc:creator>
      <dc:date>2019-10-19T06:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need help exporting .SAS7BDAT to .CSV</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Need-help-exporting-SAS7BDAT-to-CSV/m-p/597876#M16214</link>
      <description>&lt;P&gt;PROC EXPORT is a good way to do this. This example should be helpful: &lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n0qarv79909fdhn13c60hfubqwdq.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n0qarv79909fdhn13c60hfubqwdq.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2019 07:00:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Need-help-exporting-SAS7BDAT-to-CSV/m-p/597876#M16214</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-10-19T07:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help exporting .SAS7BDAT to .CSV</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Need-help-exporting-SAS7BDAT-to-CSV/m-p/597878#M16215</link>
      <description>&lt;P&gt;Here is the basic syntax;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=mydata /*specify the name of your SAS dataset*/
	outfile="path/file.csv" /*specify the name of the csv file you want to create*/
	dbms=csv
	replace;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2019 07:33:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Need-help-exporting-SAS7BDAT-to-CSV/m-p/597878#M16215</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2019-10-19T07:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need help exporting .SAS7BDAT to .CSV</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Need-help-exporting-SAS7BDAT-to-CSV/m-p/598159#M16260</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/295887"&gt;@WilsonPatel&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I am doing a research project for some professors at university and the data that we acquired is in the form of a SAS table. In order to get what we need done, we need this file converted to a .csv file which will be later put into another program that I am more familiar with. Having no experience with SAS (more specifically SAS University) can someone explain the easiest way for me to get this file converted to a csv? I apologize if I am missing any critical information. I have the data imported in SAS already, I just need help getting the csv file to generate.&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Thank you so much in advance!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It never hurts to mention the actual other program that will use the data. Sometimes there may be better ways then creating an intermediate data file with potential issues with&amp;nbsp; data conversions.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 15:26:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Need-help-exporting-SAS7BDAT-to-CSV/m-p/598159#M16260</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-10-21T15:26:49Z</dc:date>
    </item>
  </channel>
</rss>

