<?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: Converting SAS files to CSV files in SAS OnDemand for Academics in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Converting-SAS-files-to-CSV-files-in-SAS-OnDemand-for-Academics/m-p/710084#M26759</link>
    <description>&lt;P&gt;Check the exact spelling of the folder&lt;/P&gt;
&lt;PRE&gt;Polyphenol_baseline_databases&lt;/PRE&gt;
&lt;P&gt;in your home directory. Keep in mind that the UNIX system where On Demand runs is case sensitive.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2021 23:32:04 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-01-07T23:32:04Z</dc:date>
    <item>
      <title>Converting SAS files to CSV files in SAS OnDemand for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Converting-SAS-files-to-CSV-files-in-SAS-OnDemand-for-Academics/m-p/710080#M26758</link>
      <description>&lt;P&gt;Hello, I started working with SAS this week. I have a SAS file, I would like to convert to a CSV file. I have seen similar questions in regard to SAS University edition, but those answers have not helped which I think is related to the OnDemand version storing data in the cloud instead of on my mac. I have uploaded the file (foodcodes_and_desc) to SAS studio and created a permanent library called phenbase. I have tried this snippet:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=phenbase.foodcodes_and_desc
            outfile=_dataout
            dbms=csv replace;
run;

%let _DATAOUT_MIME_TYPE=text/csv;
%let _DATAOUT_NAME=foodcodes_and_desc;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but I get an empty file and these errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fikel_0-1610061157149.png" style="width: 738px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53295i7EA6162EF0D51340/image-dimensions/738x48?v=v2" width="738" height="48" role="button" title="fikel_0-1610061157149.png" alt="fikel_0-1610061157149.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;I then tried this, but got the same errors:&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=phenbase.foodcodes_and_desc
         outfile='/home/u50451669/Polyphenol_baseline_databases/foodcodes.csv'
         dbms=csv replace;
run;&lt;/CODE&gt;&lt;/PRE&gt;In the examples, I have seen for University edition, people export to their myfolders folder that was shared with SAS, but that isn't a part of OnDemand, so I'm not sure how to go about actually getting a csv version of the document. I would greatly appreciate the help, thank you!&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Jan 2021 23:16:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Converting-SAS-files-to-CSV-files-in-SAS-OnDemand-for-Academics/m-p/710080#M26758</guid>
      <dc:creator>fikel</dc:creator>
      <dc:date>2021-01-07T23:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Converting SAS files to CSV files in SAS OnDemand for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Converting-SAS-files-to-CSV-files-in-SAS-OnDemand-for-Academics/m-p/710084#M26759</link>
      <description>&lt;P&gt;Check the exact spelling of the folder&lt;/P&gt;
&lt;PRE&gt;Polyphenol_baseline_databases&lt;/PRE&gt;
&lt;P&gt;in your home directory. Keep in mind that the UNIX system where On Demand runs is case sensitive.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 23:32:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Converting-SAS-files-to-CSV-files-in-SAS-OnDemand-for-Academics/m-p/710084#M26759</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-07T23:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Converting SAS files to CSV files in SAS OnDemand for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Converting-SAS-files-to-CSV-files-in-SAS-OnDemand-for-Academics/m-p/710085#M26760</link>
      <description>&lt;P&gt;And how was dataset&lt;/P&gt;
&lt;PRE&gt;phenbase.foodcodes_and_desc&lt;/PRE&gt;
&lt;P&gt;created?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 23:34:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Converting-SAS-files-to-CSV-files-in-SAS-OnDemand-for-Academics/m-p/710085#M26760</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-07T23:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Converting SAS files to CSV files in SAS OnDemand for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Converting-SAS-files-to-CSV-files-in-SAS-OnDemand-for-Academics/m-p/710086#M26761</link>
      <description>&lt;P&gt;It is the exact spelling, I copied the path from the properties of that folder and just doubled checked the spelling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was given the file from a research group as a .sas7bdat file and uploaded it to SAS studio.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 23:39:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Converting-SAS-files-to-CSV-files-in-SAS-OnDemand-for-Academics/m-p/710086#M26761</guid>
      <dc:creator>fikel</dc:creator>
      <dc:date>2021-01-07T23:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Converting SAS files to CSV files in SAS OnDemand for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Converting-SAS-files-to-CSV-files-in-SAS-OnDemand-for-Academics/m-p/710088#M26762</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/362226"&gt;@fikel&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;It is the exact spelling, I copied the path from the properties of that folder and just doubled checked the spelling.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was given the file from a research group as a .sas7bdat file and uploaded it to SAS studio.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Then (most probably) somewhere along the way one of the tools changed the spelling of the filename. The physical filename of a .sas7bdat file MUST be all lowercase.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 23:48:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Converting-SAS-files-to-CSV-files-in-SAS-OnDemand-for-Academics/m-p/710088#M26762</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-07T23:48:33Z</dc:date>
    </item>
  </channel>
</rss>

