<?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 CSV file to SAS file in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/CSV-file-to-SAS-file/m-p/535669#M6523</link>
    <description>Hi&lt;BR /&gt;I am new to SAS. Please can you send me the code to convert a CSV dataset to SAS data set and save it in permanent library as it keep saving in temporary library. I want to convert the file directly to a permanent library.</description>
    <pubDate>Thu, 14 Feb 2019 18:06:54 GMT</pubDate>
    <dc:creator>sazal131</dc:creator>
    <dc:date>2019-02-14T18:06:54Z</dc:date>
    <item>
      <title>CSV file to SAS file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/CSV-file-to-SAS-file/m-p/535669#M6523</link>
      <description>Hi&lt;BR /&gt;I am new to SAS. Please can you send me the code to convert a CSV dataset to SAS data set and save it in permanent library as it keep saving in temporary library. I want to convert the file directly to a permanent library.</description>
      <pubDate>Thu, 14 Feb 2019 18:06:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/CSV-file-to-SAS-file/m-p/535669#M6523</guid>
      <dc:creator>sazal131</dc:creator>
      <dc:date>2019-02-14T18:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: CSV file to SAS file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/CSV-file-to-SAS-file/m-p/535672#M6525</link>
      <description>&lt;P&gt;&lt;A href="https://video.sas.com/detail/video/4573016758001/creating-a-sas-table-from-a-csv-file?autoStart=true&amp;amp;q=csv" target="_blank"&gt;https://video.sas.com/detail/video/4573016758001/creating-a-sas-table-from-a-csv-file?autoStart=true&amp;amp;q=csv&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a library using the libname statement and then use it in the PROC IMPORT or data step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;libname &lt;FONT size="4" color="#800080"&gt;&lt;STRONG&gt;saveData&lt;/STRONG&gt;&lt;/FONT&gt; '/folders/myfolders/';

proc import out=&lt;FONT color="#800080"&gt;&lt;STRONG&gt;saveData.&lt;/STRONG&gt;&lt;/FONT&gt;mFile datafile='/folders/myfolders/demo.csv' dbms=csv replace; 
guessingrows=10000;
 run;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/261437"&gt;@sazal131&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Hi&lt;BR /&gt;I am new to SAS. Please can you send me the code to convert a CSV dataset to SAS data set and save it in permanent library as it keep saving in temporary library. I want to convert the file directly to a permanent library.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 18:15:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/CSV-file-to-SAS-file/m-p/535672#M6525</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-02-14T18:15:31Z</dc:date>
    </item>
  </channel>
</rss>

