<?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: Error while importing CSV to work library in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/297021#M62326</link>
    <description>&lt;P&gt;Try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;OUT=WORK.IMPORT2(COMPRESS=YES)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Sep 2016 16:47:54 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2016-09-07T16:47:54Z</dc:date>
    <item>
      <title>Error while importing CSV to work library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/296884#M62276</link>
      <description>&lt;P&gt;I am trying to import a csv file for a college project. The file is around 1.8 GB and i want it to be in the SAS work library.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It gives me the following error&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR: Out of space writing to file /tmp/SAS_work72DD00005218_localhost.localdomain/#LN00015.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;is there any work around. I&amp;nbsp;can't subset my data also as i am not able to open in it excel because of the size also.&lt;BR /&gt;&lt;BR /&gt;Any help appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 02:36:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/296884#M62276</guid>
      <dc:creator>ssofat90</dc:creator>
      <dc:date>2016-09-07T02:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error while importing CSV to work library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/296886#M62278</link>
      <description>&lt;P&gt;Try compressing the dataset. SAS offers different kinds of compression (see dataset option COMPRESS=).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/68089/HTML/default/viewer.htm#p0y0x1j67vtqhnn1on1cs7trim16.htm" target="_self"&gt;http://support.sas.com/documentation/cdl/en/lrcon/68089/HTML/default/viewer.htm#p0y0x1j67vtqhnn1on1cs7trim16.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 02:54:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/296886#M62278</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-09-07T02:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error while importing CSV to work library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/296892#M62284</link>
      <description>&lt;PRE&gt;
Are you using UE ?

You can switch WORK into another path:


options user='/folders/myfolders/';
proc import ..........

&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Sep 2016 03:31:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/296892#M62284</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-09-07T03:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error while importing CSV to work library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/296968#M62307</link>
      <description>I am on university edition.&lt;BR /&gt;even if i switch if to the a permanent library..&lt;BR /&gt;&lt;BR /&gt;It gives me the same error.&lt;BR /&gt;&lt;BR /&gt;instead of work.import..&lt;BR /&gt;&lt;BR /&gt;its sashelp.import.. but still the same.</description>
      <pubDate>Wed, 07 Sep 2016 14:05:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/296968#M62307</guid>
      <dc:creator>ssofat90</dc:creator>
      <dc:date>2016-09-07T14:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error while importing CSV to work library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/296998#M62318</link>
      <description>&lt;P&gt;BAD idea to get into the habit of writing anything into SASHELP library and SASUSER isn't a great place for data either.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is at school and using a school computer then your use account may well be limited as to available space. If this sound possible talk to your IT folks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 15:34:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/296998#M62318</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-07T15:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error while importing CSV to work library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/297015#M62324</link>
      <description>I am using my laptop... its not a university account..&lt;BR /&gt;just the university edition on my laptop..&lt;BR /&gt;&lt;BR /&gt;Code - PROC IMPORT DATAFILE=REFFILE&lt;BR /&gt;DBMS=CSV&lt;BR /&gt;OUT=WORK.IMPORT2;&lt;BR /&gt;GETNAMES=YES;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;PROC CONTENTS DATA=WORK.IMPORT2; RUN;&lt;BR /&gt;&lt;BR /&gt;Error -&lt;BR /&gt;No space left on device&lt;BR /&gt;&lt;BR /&gt;Any suggestions</description>
      <pubDate>Wed, 07 Sep 2016 16:26:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/297015#M62324</guid>
      <dc:creator>ssofat90</dc:creator>
      <dc:date>2016-09-07T16:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error while importing CSV to work library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/297021#M62326</link>
      <description>&lt;P&gt;Try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;OUT=WORK.IMPORT2(COMPRESS=YES)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:47:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/297021#M62326</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-09-07T16:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error while importing CSV to work library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/297065#M62340</link>
      <description>&lt;P&gt;How much free space do you have on the drive?&lt;/P&gt;
&lt;P&gt;Note that some of the operations with SAS require more disk space&amp;nbsp;than just&amp;nbsp;the size of the data set to work with.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 20:53:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-importing-CSV-to-work-library/m-p/297065#M62340</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-07T20:53:47Z</dc:date>
    </item>
  </channel>
</rss>

