<?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: I want to convert a SAS file to a csv file. in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/I-want-to-convert-a-SAS-file-to-a-csv-file/m-p/770460#M30876</link>
    <description>&lt;P&gt;You can convert a SAS table (data) to a .csv using Proc Export.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you're trying to use is a SAS program with Proc Export. That simply doesn't make any sense and just can't work.&lt;/P&gt;</description>
    <pubDate>Sun, 26 Sep 2021 06:47:53 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2021-09-26T06:47:53Z</dc:date>
    <item>
      <title>I want to convert a SAS file to a csv file.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/I-want-to-convert-a-SAS-file-to-a-csv-file/m-p/770455#M30873</link>
      <description>&lt;P&gt;Hello, this is Fuka-japan.&lt;/P&gt;&lt;P&gt;I need to convert the SAS file attached to this post to a csv file for use with R, but it says "You do not have permissions".&lt;/P&gt;&lt;P&gt;What should I do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my code:&lt;/P&gt;&lt;P&gt;PROC EXPORT DATA= DEF.sas&lt;BR /&gt;OUTFILE= "/home/u59515621/元データ"&lt;BR /&gt;DBMS=CSV REPLACE;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Sep 2021 03:57:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/I-want-to-convert-a-SAS-file-to-a-csv-file/m-p/770455#M30873</guid>
      <dc:creator>fuka-japan</dc:creator>
      <dc:date>2021-09-26T03:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: I want to convert a SAS file to a csv file.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/I-want-to-convert-a-SAS-file-to-a-csv-file/m-p/770459#M30875</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Never use special characters in path and file names, only use the 26 letters (upper and lower case), digits and underlines.&lt;/LI&gt;
&lt;LI&gt;.sas files are program files, containing plain text, which can be opened with any text editor without exporting.&lt;/LI&gt;
&lt;LI&gt;PROC EXPORT is used for exporting data from datasets or views, not for programs. Your PROC EXPORT would search for a dataset called SAS in library DEF.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sun, 26 Sep 2021 06:40:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/I-want-to-convert-a-SAS-file-to-a-csv-file/m-p/770459#M30875</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-09-26T06:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: I want to convert a SAS file to a csv file.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/I-want-to-convert-a-SAS-file-to-a-csv-file/m-p/770460#M30876</link>
      <description>&lt;P&gt;You can convert a SAS table (data) to a .csv using Proc Export.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you're trying to use is a SAS program with Proc Export. That simply doesn't make any sense and just can't work.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Sep 2021 06:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/I-want-to-convert-a-SAS-file-to-a-csv-file/m-p/770460#M30876</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2021-09-26T06:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: I want to convert a SAS file to a csv file.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/I-want-to-convert-a-SAS-file-to-a-csv-file/m-p/770491#M30878</link>
      <description>You need to specify a LIBNAME for that sas dataset and ".CSV" for csv filename:&lt;BR /&gt;&lt;BR /&gt;libname X "/home/u59515621/"&lt;BR /&gt;PROC EXPORT DATA= X.DEF&lt;BR /&gt;OUTFILE= "/home/u59515621/元データ.CSV"&lt;BR /&gt;DBMS=CSV REPLACE;&lt;BR /&gt;RUN;</description>
      <pubDate>Sun, 26 Sep 2021 12:47:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/I-want-to-convert-a-SAS-file-to-a-csv-file/m-p/770491#M30878</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-09-26T12:47:40Z</dc:date>
    </item>
  </channel>
</rss>

