<?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 Insufficient Space Question in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42371#M5000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom, Suzanne099 and I are working on this together. Thanks much for your input. Do you know the exact syntax for changing the work directory to another drive. The line in my sasv9.cfg file currently looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-WORK "!TEMP\SAS Temporary Files"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so should it look something like this?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-WORK F:\SASTEMP"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also read another post that that says the above line should be added to the shortcut target line in the properties of the SAS executable file (&lt;A href="http://www.ats.ucla.edu/stat/sas/icu/custom_win_92.htm"&gt;http://www.ats.ucla.edu/stat/sas/icu/custom_win_92.htm&lt;/A&gt;). This references v9.2 but for v9.3 is it necessary to have this -WORK line in both places?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Mar 2012 02:40:13 GMT</pubDate>
    <dc:creator>SteveHCA</dc:creator>
    <dc:date>2012-03-25T02:40:13Z</dc:date>
    <item>
      <title>Insufficient Space Question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42368#M4997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See log below.&amp;nbsp;&amp;nbsp; I am running out of space within the work library.&amp;nbsp;&amp;nbsp; Is there a way to change the default work library to a different drive with more memory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this comment regarding a similar issue, but I was not sure if this would work for my issues:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff;"&gt;If SAS is installed on your pc go to the installation folder (c:\program files\sas\sas 9.1) and open the file "sasv9.cfg". Find the line starting with -WORK and edit it.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;EXCERPT FROM LOG&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1356&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc sql ;&lt;/P&gt;&lt;P&gt;1357&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create table service_codes_sum (index = (key = (bene_id claim_no_grp claim_number ))&lt;/P&gt;&lt;P&gt;1357&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&amp;nbsp; ) as&lt;/P&gt;&lt;P&gt;1358&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select&lt;/P&gt;&lt;P&gt;1359&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bene_id, from_dt, claim_no_grp, claim_number, file_type,&lt;/P&gt;&lt;P&gt;1360&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; code_type, code_loc, code_value, poa_value, mdfr_cd1, mdfr_cd2, rev_cntr, apcpps,&lt;/P&gt;&lt;P&gt;1360&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ! code_pckgind,&lt;/P&gt;&lt;P&gt;1361&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(code_amt) as code_amt,&lt;/P&gt;&lt;P&gt;1362&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(code_units) as code_units&lt;/P&gt;&lt;P&gt;1363&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from&lt;/P&gt;&lt;P&gt;1364&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; service_codes&lt;/P&gt;&lt;P&gt;1365&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; group by&lt;/P&gt;&lt;P&gt;1366&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bene_id, from_dt, claim_no_grp, claim_number, file_type,&lt;/P&gt;&lt;P&gt;1367&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; code_type, code_loc, code_value, poa_value, mdfr_cd1, mdfr_cd2, rev_cntr, apcpps,&lt;/P&gt;&lt;P&gt;1367&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ! code_pckgind&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;ERROR: Insufficient space in file WORK.'SASTMP-000000102'n.UTILITY.&lt;/P&gt;&lt;P&gt;ERROR: File WORK.'SASTMP-000000102'n.UTILITY is damaged. I/O processing did not complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.&lt;/P&gt;&lt;P&gt;1368&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; quit ;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE SQL used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2:20:53.07&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 28:33.98&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2012 18:30:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42368#M4997</guid>
      <dc:creator>Suzanne099</dc:creator>
      <dc:date>2012-03-24T18:30:13Z</dc:date>
    </item>
    <item>
      <title>Insufficient Space Question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42369#M4998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to manually change the work location, using the above&amp;nbsp; directions, but I have SAS 9.3, and would not locate the appropriate folder.&amp;nbsp;&amp;nbsp; I than tried to change the work location using a libname statement.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;libname work 'X:\SASTEMP';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the log it stated that the SAS Library work could not be reassigned.&amp;nbsp;&amp;nbsp; Does anyone know why or a way around this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2012 20:26:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42369#M4998</guid>
      <dc:creator>Suzanne099</dc:creator>
      <dc:date>2012-03-24T20:26:51Z</dc:date>
    </item>
    <item>
      <title>Insufficient Space Question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42370#M4999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Because the WORK library is intrinsic to SAS operations, it is established at SAS startup and can't be redirected. Your first post has a correct solution, you are just looking in the wrong place for the sasv9.cfg file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information about this file, and other initiation options, is in the "SAS 9.3 Companion for Windows" document. These locations change from release to release of SAS. Try looking in "&lt;CODE&gt;c:\program files\SASHome\SASFoundation\9.3\nls\&lt;/CODE&gt;en\sasv9.cfg", assuming your language is English.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the reference to WORK as you describe in your first post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2012 23:41:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42370#M4999</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2012-03-24T23:41:46Z</dc:date>
    </item>
    <item>
      <title>Insufficient Space Question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42371#M5000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom, Suzanne099 and I are working on this together. Thanks much for your input. Do you know the exact syntax for changing the work directory to another drive. The line in my sasv9.cfg file currently looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-WORK "!TEMP\SAS Temporary Files"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so should it look something like this?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-WORK F:\SASTEMP"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also read another post that that says the above line should be added to the shortcut target line in the properties of the SAS executable file (&lt;A href="http://www.ats.ucla.edu/stat/sas/icu/custom_win_92.htm"&gt;http://www.ats.ucla.edu/stat/sas/icu/custom_win_92.htm&lt;/A&gt;). This references v9.2 but for v9.3 is it necessary to have this -WORK line in both places?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2012 02:40:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42371#M5000</guid>
      <dc:creator>SteveHCA</dc:creator>
      <dc:date>2012-03-25T02:40:13Z</dc:date>
    </item>
    <item>
      <title>Insufficient Space Question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42372#M5001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the -WORK option is put in the CONFIG file, it affects all SAS jobs/sessions on that PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is put in the desktop shortcut, then it will only affect SAS sessions run from that shortcut.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The correct syntax is&amp;nbsp; -WORK "F:\SASTEMP" if it is in the shortcut. The !TEMP references a Windows environment variable. You can replace it with the hardcoded location if you wish. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 00:59:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42372#M5001</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2012-03-26T00:59:12Z</dc:date>
    </item>
    <item>
      <title>Insufficient Space Question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42373#M5002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'd better talk with SAS Administrator.&lt;/P&gt;&lt;P&gt;Did your SAS set up under UNIX envirnoment ? then you should ask Administrator to cancel the limitation of user's source and re-start SAS Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And another workaroud way is using :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options user=your-another-library ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to replace the function of WORK library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 09:04:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42373#M5002</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-03-26T09:04:48Z</dc:date>
    </item>
    <item>
      <title>Insufficient Space Question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42374#M5003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also just point the output to a drive with a large amount of space on it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME mydata 'F:\BIGWORKAREA';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;create table mydata.tablename&amp;nbsp; as&lt;/P&gt;&lt;P&gt;select&amp;nbsp; etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 17:20:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42374#M5003</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2012-03-26T17:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space Question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42375#M5004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To avoid this problem you should need to use a larger disk for your WORK library and/or use a&lt;/P&gt;&lt;P&gt;subset of the observations in your input data set. Or clean the temp files which are not required from your work library frequently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 11:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42375#M5004</guid>
      <dc:creator>AvinashGinjupalli</dc:creator>
      <dc:date>2013-06-19T11:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space Question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42376#M5005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KSharp's solution: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;options user="E:\SASTEMP";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;was the easiest fix to the insufficient disk space issue. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 15:03:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/42376#M5005</guid>
      <dc:creator>Sas_Geek</dc:creator>
      <dc:date>2013-08-12T15:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space Question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/300074#M20424</link>
      <description>&lt;P&gt;Good day!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a query regarding work library storage. We work under windows environment.&lt;/P&gt;&lt;P&gt;Currently, my codes are running for 653 datapoints and each datapoint has corresponding 25 datasets.&lt;/P&gt;&lt;P&gt;I am running a do loop for the above task.&lt;/P&gt;&lt;P&gt;But, the problem is , it executed until 353 data points and a message popped up saying, work library storage limit exceeded and it stopped executing.&lt;/P&gt;&lt;P&gt;Can you please elaborate on your below explanation on using options user=another library; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 10:29:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/300074#M20424</guid>
      <dc:creator>lakshmiG</dc:creator>
      <dc:date>2016-09-22T10:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space Question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/300217#M20426</link>
      <description>&lt;P&gt;Please open a new post for your issue, referencing this post as a possible solution. Burying your problem in an old one won't necessarily give you the best answer. Then we can help you decide if this is the best option or not.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 20:48:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-Question/m-p/300217#M20426</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-09-22T20:48:02Z</dc:date>
    </item>
  </channel>
</rss>

