<?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: proc mixed crashed when running these two options (influence and by statement) in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-crashed-when-running-these-two-options-influence-and/m-p/744709#M80637</link>
    <description>&lt;P&gt;Check your hard drive to see how much space you have available. Check the location of your SAS WORK folder, and remove any old folders.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Clear as much space as you can by deleting files you don't need.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 30 May 2021 22:53:20 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-05-30T22:53:20Z</dc:date>
    <item>
      <title>proc mixed crashed when running these two options (influence and by statement)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-crashed-when-running-these-two-options-influence-and/m-p/744705#M80634</link>
      <description>&lt;P&gt;PROC MIXED procedure crashes when I use influence option and by statement at the same time. Below are my SAS code and error message in the log. Any idea? Thanks,&lt;/P&gt;&lt;P&gt;proc sort data=blood; by OrderName ObservationName; run;&lt;/P&gt;&lt;P&gt;proc mixed data=blood;&lt;BR /&gt;class subjectID Diet;&lt;BR /&gt;model value = Diet / influence(iter=5 estimates) ;&lt;BR /&gt;random SubjectID;&lt;BR /&gt;by OrderName ObservationName;&lt;BR /&gt;estimate 'trt effect' diet 1 -1;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error message in log&lt;/P&gt;&lt;P&gt;NOTE: Convergence criteria met.&lt;BR /&gt;NOTE: The above message was for the following BY group:&lt;BR /&gt;OrderName=C-Peptide ObservationName=C-Peptide, Serum&lt;BR /&gt;ERROR: File WORK.UTRAW.UTILITY is damaged.&lt;BR /&gt;ERROR: Utility file I/O.&lt;BR /&gt;ERROR: File WORK.UTRAW.UTILITY is damaged.&lt;BR /&gt;NOTE: PROCEDURE MIXED used (Total process time):&lt;BR /&gt;real time 1.18 seconds&lt;BR /&gt;cpu time 0.39 seconds&lt;/P&gt;</description>
      <pubDate>Sun, 30 May 2021 22:31:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-crashed-when-running-these-two-options-influence-and/m-p/744705#M80634</guid>
      <dc:creator>juen1</dc:creator>
      <dc:date>2021-05-30T22:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: proc mixed crashed when running these two options (influence and by statement)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-crashed-when-running-these-two-options-influence-and/m-p/744706#M80635</link>
      <description>&lt;P&gt;You have run out of space in your SAS WORK library. Are you running SAS on your PC or on a remote SAS server? If it is the latter then you will need to talk to your SAS administrator regarding your lack of space.&lt;/P&gt;</description>
      <pubDate>Sun, 30 May 2021 22:37:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-crashed-when-running-these-two-options-influence-and/m-p/744706#M80635</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-30T22:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: proc mixed crashed when running these two options (influence and by statement)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-crashed-when-running-these-two-options-influence-and/m-p/744707#M80636</link>
      <description>&lt;P&gt;Thanks for the quick answer. I am running on PC. How should I change my settings to deal with this problem?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 May 2021 22:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-crashed-when-running-these-two-options-influence-and/m-p/744707#M80636</guid>
      <dc:creator>juen1</dc:creator>
      <dc:date>2021-05-30T22:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: proc mixed crashed when running these two options (influence and by statement)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-crashed-when-running-these-two-options-influence-and/m-p/744709#M80637</link>
      <description>&lt;P&gt;Check your hard drive to see how much space you have available. Check the location of your SAS WORK folder, and remove any old folders.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Clear as much space as you can by deleting files you don't need.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 May 2021 22:53:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-crashed-when-running-these-two-options-influence-and/m-p/744709#M80637</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-30T22:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: proc mixed crashed when running these two options (influence and by statement)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-crashed-when-running-these-two-options-influence-and/m-p/744710#M80638</link>
      <description>thank you so much. Really appreciate your quick help!</description>
      <pubDate>Sun, 30 May 2021 22:55:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mixed-crashed-when-running-these-two-options-influence-and/m-p/744710#M80638</guid>
      <dc:creator>juen1</dc:creator>
      <dc:date>2021-05-30T22:55:30Z</dc:date>
    </item>
  </channel>
</rss>

