<?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: MAC OS SAS university edition: Large Dataset and Insufficient space error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512393#M137994</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/243842"&gt;@hopeverthino&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;DIV&gt;
&lt;DIV class="sasSource"&gt;Dear experts,&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;I am a MAC OS user of the SAS University Edition. &lt;FONT color="#800080"&gt;&lt;STRONG&gt;I have a huge dataset with 8 variables and 89,600 rows&lt;/STRONG&gt;&lt;/FONT&gt;. I need to conduct a nonparametric mixed model analysis with design of F1-LD-F3. When I entered the insufficient space error, I tried changing the work library into a different library (as follows), yet it didn't work; also, I tried to delete other datasets/codes/programs saved in the libraries/myfolders, not working either. I'm out of solutions. If you could advise me what to try the next, I'd really appreciate it. The change of work library code and mixed model codes are attached as follows for your information, as well as the error code and a sample of my data. Thanks again~&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;DIV&gt;
&lt;DIV class="sasSource"&gt;That is not a huge data set by any standards and should be handled within SAS UE as long as your model is specified correctly.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Have you worked with larger data sets and had SAS crash? If so, SAS UE does not do a good job of cleaning up after itself and cleaning it up after the fact is almost impossible. Sadly the&amp;nbsp;easiest solution is to delete the VM and re-add it, essentially reinstalling it. For a data set of this size you shouldn't have issues. Otherwise, I've posted many&amp;nbsp;times (including in last 24 hours) in the&amp;nbsp;Analytics U forum of how to get around this and you can search there for my recommendations (user library and change RAM settings). DO NOT delete your my folders and then you can just reconnect to it. If you have anything in your auto exec ensure you copy those to re-run them as well.&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 12 Nov 2018 22:15:46 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-11-12T22:15:46Z</dc:date>
    <item>
      <title>MAC OS SAS university edition: Large Dataset and Insufficient space error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512376#M137981</link>
      <description>&lt;DIV&gt;&lt;DIV class="sasSource"&gt;Dear experts,&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;I am a MAC OS user of the SAS University Edition. I have a huge dataset with 8 variables and 89,600 rows. I need to conduct a nonparametric mixed model analysis with design of F1-LD-F3. When I entered the insufficient space error, I tried changing the work library into a different library (as follows), yet it didn't work; also, I tried to delete other datasets/codes/programs saved in the libraries/myfolders, not working either. I'm out of solutions. If you could advise me what to try the next, I'd really appreciate it. The change of work library code and mixed model codes are attached as follows for your information, as well as the error code and a sample of my data. Thanks again~&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;STRONG&gt;Change the library:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;P&gt;&lt;SPAN&gt;libname&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;ABMDATA &lt;/SPAN&gt;&lt;SPAN&gt;v9 '&lt;/SPAN&gt;&lt;SPAN&gt;/folders/myfolders/'&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;options&lt;/SPAN&gt;&lt;SPAN&gt;user&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;ABMDATA&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;STRONG&gt;Mixed Model Code:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;proc&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;mixed&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;data&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;ABMDATA.RANKSUB &lt;/SPAN&gt;&lt;SPAN&gt;method&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;mivque0 &lt;/SPAN&gt;&lt;SPAN&gt;anovaf&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CLASS&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Countr_Type W_rs ProbSh_rs Time SUBJECT&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MODEL&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;rank_Visits &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;Countr_Type&lt;/SPAN&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN&gt;W_rs&lt;/SPAN&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN&gt;ProbSh_rs&lt;/SPAN&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN&gt;Time&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;CHISQ&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Repeated&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;W_rs&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;ProbSh_rs&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;Time &lt;/SPAN&gt;&lt;SPAN&gt;/&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;SUB&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;SUBJECT &lt;/SPAN&gt;&lt;SPAN&gt;TYPE&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;UN &lt;/SPAN&gt;&lt;SPAN&gt;GRP&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;Countr_Type&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LSMEANS&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Countr_Type&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;W_rs&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;ProbSh_rs&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;Time&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;STRONG&gt;Error Log:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 libname ABMDATA v9 '/folders/myfolders/';&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref ABMDATA refers to the same physical library as USER.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref ABMDATA was successfully assigned as follows:&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Engine: V9&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Physical Name: /folders/myfolders&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 options user=ABMDATA;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 proc mixed data=ABMDATA.RANKSUB method=mivque0 anovaf;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 CLASS Countr_Type W_rs ProbSh_rs Time SUBJECT;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 MODEL rank_Visits = Countr_Type| W_rs| ProbSh_rs| Time/CHISQ;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 Repeated W_rs*ProbSh_rs*Time / SUB=SUBJECT TYPE=UN GRP=Countr_Type;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 LSMEANS Countr_Type*W_rs*ProbSh_rs*Time;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR:&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: File WORK.UTDATA.UTILITY is damaged. I/O processing did not complete.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE MIXED used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 28.62 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 20.60 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;82&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;96&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;A sample of my data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Runs&lt;/TD&gt;&lt;TD&gt;Region&lt;/TD&gt;&lt;TD&gt;Countr_Type&lt;/TD&gt;&lt;TD&gt;W_rs&lt;/TD&gt;&lt;TD&gt;ProbU_rs&lt;/TD&gt;&lt;TD&gt;ProbSh_rs&lt;/TD&gt;&lt;TD&gt;Time&lt;/TD&gt;&lt;TD&gt;Visits&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;SouthEu&lt;/TD&gt;&lt;TD&gt;HpHd&lt;/TD&gt;&lt;TD&gt;LrwLsw&lt;/TD&gt;&lt;TD&gt;LruLsu&lt;/TD&gt;&lt;TD&gt;LrsLss&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;SouthEu&lt;/TD&gt;&lt;TD&gt;HpHd&lt;/TD&gt;&lt;TD&gt;LrwLsw&lt;/TD&gt;&lt;TD&gt;LruLsu&lt;/TD&gt;&lt;TD&gt;LrsLss&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;SouthEu&lt;/TD&gt;&lt;TD&gt;HpHd&lt;/TD&gt;&lt;TD&gt;LrwLsw&lt;/TD&gt;&lt;TD&gt;LruLsu&lt;/TD&gt;&lt;TD&gt;LrsLss&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;0.08333333&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;SouthEu&lt;/TD&gt;&lt;TD&gt;HpHd&lt;/TD&gt;&lt;TD&gt;LrwLsw&lt;/TD&gt;&lt;TD&gt;LruLsu&lt;/TD&gt;&lt;TD&gt;LrsLss&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;0.16666667&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 12 Nov 2018 21:46:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512376#M137981</guid>
      <dc:creator>hopeverthino</dc:creator>
      <dc:date>2018-11-12T21:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: MAC OS SAS university edition: Large Dataset and Insufficient space error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512384#M137987</link>
      <description>&lt;P&gt;The error&lt;/P&gt;
&lt;DIV class="sasError"&gt;ERROR: File WORK.UTDATA.UTILITY is damaged.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;can point to a hardware issue with your disk.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;SAS wrote a utility file and could not read it successfully.&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;This is usually because the medium is damaged, or because SAS ran out of space when trying to write the file.&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Nov 2018 22:01:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512384#M137987</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-11-12T22:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: MAC OS SAS university edition: Large Dataset and Insufficient space error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512393#M137994</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/243842"&gt;@hopeverthino&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;DIV&gt;
&lt;DIV class="sasSource"&gt;Dear experts,&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;I am a MAC OS user of the SAS University Edition. &lt;FONT color="#800080"&gt;&lt;STRONG&gt;I have a huge dataset with 8 variables and 89,600 rows&lt;/STRONG&gt;&lt;/FONT&gt;. I need to conduct a nonparametric mixed model analysis with design of F1-LD-F3. When I entered the insufficient space error, I tried changing the work library into a different library (as follows), yet it didn't work; also, I tried to delete other datasets/codes/programs saved in the libraries/myfolders, not working either. I'm out of solutions. If you could advise me what to try the next, I'd really appreciate it. The change of work library code and mixed model codes are attached as follows for your information, as well as the error code and a sample of my data. Thanks again~&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;DIV&gt;
&lt;DIV class="sasSource"&gt;That is not a huge data set by any standards and should be handled within SAS UE as long as your model is specified correctly.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Have you worked with larger data sets and had SAS crash? If so, SAS UE does not do a good job of cleaning up after itself and cleaning it up after the fact is almost impossible. Sadly the&amp;nbsp;easiest solution is to delete the VM and re-add it, essentially reinstalling it. For a data set of this size you shouldn't have issues. Otherwise, I've posted many&amp;nbsp;times (including in last 24 hours) in the&amp;nbsp;Analytics U forum of how to get around this and you can search there for my recommendations (user library and change RAM settings). DO NOT delete your my folders and then you can just reconnect to it. If you have anything in your auto exec ensure you copy those to re-run them as well.&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Nov 2018 22:15:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512393#M137994</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-12T22:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: MAC OS SAS university edition: Large Dataset and Insufficient space error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512417#M138004</link>
      <description>&lt;P&gt;Thank you, Reeza, for the detailed recommendation of possible solutions. I checked your earlier recommendations regarding enhancing RAM for VM and redirecting the library. I tried both, e.g., enhancing RAM for VM into 5GB, the allowed maximum. Yet the insufficient space error keeps popping up. I also tried to uninstall VM and then reinstall VM and SAS all over again. Yet the error persists. Is there any chance you still have any alternative actions for me to try?&lt;BR /&gt;Also, my apologies as I found my data is actually 860,000 rows instead of 86,000 rows. Not sure whether that'd make a difference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again and looking forward to any further feedback you may have on this matter~&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 00:22:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512417#M138004</guid>
      <dc:creator>hopeverthino</dc:creator>
      <dc:date>2018-11-13T00:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: MAC OS SAS university edition: Large Dataset and Insufficient space error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512418#M138005</link>
      <description>&lt;P&gt;Thank you for the feedback, ChrisNZ. Would there be anything that I can do to resolve this issue you mentioned?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 00:23:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512418#M138005</guid>
      <dc:creator>hopeverthino</dc:creator>
      <dc:date>2018-11-13T00:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: MAC OS SAS university edition: Large Dataset and Insufficient space error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512423#M138008</link>
      <description>&lt;P&gt;I do not see an "insufficient space error" in what you posted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To resolve the damaged file error:&lt;/P&gt;
&lt;P&gt;- Rerun the process just in case this was an unlucky one-off&lt;/P&gt;
&lt;P&gt;- If not then make sure there is enough space on the disk. See&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;'a post about cleaning up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Monitor how full your VM disk becomes.&lt;/P&gt;
&lt;P&gt;- If the disk is never full, then do a scan for hardware defects of the disk.&lt;/P&gt;
&lt;P&gt;- You could also try&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=p1texr4rxo0ipyn1ovajj11raccx.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;redirecting the utility files &lt;/A&gt;to another disk.&lt;/P&gt;
&lt;P&gt;- You could also try turning off multi-threading to see if this reduces the use of utility files&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 01:44:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512423#M138008</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-11-13T01:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: MAC OS SAS university edition: Large Dataset and Insufficient space error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512660#M138092</link>
      <description>&lt;P&gt;Many thanks for the detailed recommendations, ChrisNZ. My apologies as the error on insufficient space for&amp;nbsp;&lt;SPAN&gt;WORK.UTDATA.UTILITY somehow was not pasted in the question. But this error was right before the error on the damaged file error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also tried your recommended list of possible fixes, including closing other tasks and cleaning up the VM memory with reinstallation, etc. Only not sure how to redirect the utility files to another disk as I'm using Mac Pro and it seems to have only one disk...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Not sure whether it is because the data is too long with almost 900,000 rows. Am seriously considering installing the SAS9.4 version in the VMware Fusion/Parallel. How likely do you think that'd resolve the issue? Thanks again for the valuable feedback and any further assistance you could offer~&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 17:55:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512660#M138092</guid>
      <dc:creator>hopeverthino</dc:creator>
      <dc:date>2018-11-13T17:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: MAC OS SAS university edition: Large Dataset and Insufficient space error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512696#M138102</link>
      <description>You shouldn't have any issues, and the work files are on the VM. The suggestionss I've posted will redirect your work library via setting up a USER library usually gets rid of space issues but even if the PROCs you're using are in memory, with 1 million rows and 5GB it shouldn't be a problem. Something else is the issue here. You can test this easily by using Academics on Demand instead (also free) to see if it works there or not. The RAM doesn't have a maximum limit, or if it does, it's based on your system limitations, not SAS UE. I usually use 2GB with no issue on a 16GB RAM + MacBook Pro.</description>
      <pubDate>Tue, 13 Nov 2018 19:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/512696#M138102</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-13T19:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: MAC OS SAS university edition: Large Dataset and Insufficient space error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/528604#M144302</link>
      <description>&lt;P&gt;Thank you so much for the detailed solution. Sorry that it took me so long to try it and respond. It still cannot be processed. And here attaches the report of errors. I guess it is just too huge for consider the levels of repeated factor to be analyzed. Thank you no matter what for the offering of possible solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="dijitContentPane dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane dijitAlignCenter dijitContentPaneSingleChild"&gt;&lt;DIV class="dijitBorderContainer dijitContainer row-fluid dijitLayoutContainer"&gt;&lt;DIV class="dijitContentPane dijitAlignCenter dijitContentPaneSingleChild dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane"&gt;&lt;DIV class="tabs dijitBorderContainer dijitContainer dojoDndTarget sasStudioTabsParentContainer dijitLayoutContainer dojoDndContainerOver"&gt;&lt;DIV class="dijitTabContainer dijitTabContainerTop dijitContainer dijitLayoutContainer tabStrip-disabled sasStudioTabsTabContainer sasStudioTabsTabContainerVertical sasStudioTabsTop dijitBorderContainer-child dijitBorderContainer-dijitTabContainerTop dijitBorderContainerPane dijitAlignCenter"&gt;&lt;DIV class="dijitTabPaneWrapper dijitTabContainerTop-container dijitAlignCenter"&gt;&lt;DIV class="dijitTabContainerTopChildWrapper dijitVisible"&gt;&lt;DIV class="dijitBorderContainer dijitContainer sasStudioTabsTabContainerChild dijitTabPane dijitTabContainerTop-child dijitTabContainerTop-dijitBorderContainer dijitLayoutContainer"&gt;&lt;DIV class="dijitBorderContainer dijitContainer dojoDndTarget dijitBorderContainer-child dijitBorderContainer-dijitBorderContainer dijitBorderContainerPane dijitAlignCenter dijitLayoutContainer dojoDndContainerOver"&gt;&lt;DIV class="dijitTabContainer dijitTabContainerTop dijitContainer dijitLayoutContainer tabStrip-disabled sasSuiteTabs dijitBorderContainer-child dijitBorderContainer-dijitTabContainerTop dijitBorderContainerPane dijitAlignCenter"&gt;&lt;DIV class="dijitTabPaneWrapper dijitTabContainerTop-container dijitAlignCenter"&gt;&lt;DIV class="dijitTabContainerTopChildWrapper dijitVisible"&gt;&lt;DIV class="dijitBorderContainer dijitContainer dijitTabPane dijitTabContainerTop-child dijitTabContainerTop-dijitBorderContainer dijitLayoutContainer"&gt;&lt;DIV class="dijitBorderContainer dijitContainer dijitBorderContainer-child dijitBorderContainer-dijitBorderContainer dijitBorderContainerPane dijitAlignCenter dijitLayoutContainer"&gt;&lt;DIV class="dijitContentPane dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane dijitAlignCenter"&gt;&lt;DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: There were 896282 observations read from the data set ABMDATA.RANK.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The data set ABMDATA.SUB has 896282 observations and 10 variables.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.65 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;user cpu time 0.42 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;system cpu time 0.07 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;memory 3721.75k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;OS Memory 35008.00k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Timestamp 01/20/2019 03:26:30 AM&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Step Count 226 Switch Count 5&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Reclaims 644&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Voluntary Context Switches 2455&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Involuntary Context Switches 77&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Input Operations 126208&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Output Operations 140552&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;246&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;247 proc print data=ABMDATA.SUB(obs=10);&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;248 title "ABMDATA.RANK WITH SUBJECT";&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;249 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: There were 10 observations read from the data set ABMDATA.SUB.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.04 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;user cpu time 0.04 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;system cpu time 0.01 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;memory 2056.96k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;OS Memory 32680.00k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Timestamp 01/20/2019 03:26:30 AM&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Step Count 227 Switch Count 1&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Reclaims 289&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Voluntary Context Switches 14&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Involuntary Context Switches 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Input Operations 288&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Output Operations 32&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;250&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;251&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;252 proc mixed data=ABMDATA.SUB method=mivque0 anovaf;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;253 CLASS CT RSUW RSUP Time SUBJECT;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;254 MODEL rank_Visits = CT| RSUW| RSUP| Time/CHISQ;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;255 Repeated RSUW*RSUP*Time / SUB=SUBJECT TYPE=UN GRP=CT;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;256 LSMEANS CT*RSUW*RSUP*Time;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;257 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: 282 observations are not included because of missing values.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: ODS graphics with more than 5000 points have been suppressed. Use the PLOTS(MAXPOINTS= ) option in the PROC MIXED&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;statement to change or override the cutoff.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;STRONG&gt;ERROR: The SAS System stopped processing this step because of insufficient memory.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE MIXED used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 23:52.85&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;user cpu time 2:17.13&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;system cpu time 1:19.86&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;memory 1285181.90k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;OS Memory 1317204.00k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Timestamp 01/20/2019 03:50:23 AM&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Step Count 228 Switch Count 38&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Faults 3&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Reclaims 325189&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Voluntary Context Switches 157532&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Involuntary Context Switches 240&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Input Operations 151866504&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Output Operations 343905064&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;258&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;259&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;260 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;272&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="dijitContentPane statusBar dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane dijitAlignBottom"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 20 Jan 2019 04:13:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/528604#M144302</guid>
      <dc:creator>luhawkyesag</dc:creator>
      <dc:date>2019-01-20T04:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: MAC OS SAS university edition: Large Dataset and Insufficient space error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/528608#M144303</link>
      <description>If your data is not confidential you can try and do it on SAS Academics on Demand. Or if you're a student many universities have access to the full version for free or a low price ($30).</description>
      <pubDate>Sun, 20 Jan 2019 04:45:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/528608#M144303</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-20T04:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: MAC OS SAS university edition: Large Dataset and Insufficient space error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/528609#M144304</link>
      <description>&lt;P&gt;Thank you! Acturally I just tried on SAS academics on demand online and got the error message of insufficient memory... Thanks again for your instant feedback~ I wonder whether it'd may be because that my within-subject factor of Time has too many levels (&amp;gt;100) hence leads to the impossibility to calculate the three-factor interactions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jan 2019 04:50:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MAC-OS-SAS-university-edition-Large-Dataset-and-Insufficient/m-p/528609#M144304</guid>
      <dc:creator>luhawkyesag</dc:creator>
      <dc:date>2019-01-20T04:50:25Z</dc:date>
    </item>
  </channel>
</rss>

