<?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: File work.data does not exist in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/790989#M32566</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;175 proc genmod data=out1 DESCENDING;
176 class b6_3c a24_6c;
177 model had_2c = a1 b6_3c a24_6c/dist=poisson link=log;
178 repeated subject=b6_3c/type=unstr;
179 ods output GEEEmpPEst=est;
180 run;

NOTE: The DESCENDING option applies only to the multinomial distribution with ordinal response.
NOTE: Algorithm converged.

ERROR: The SAS System stopped processing this step because of insufficient memory.
NOTE: PROCEDURE GENMOD used (Total process time):
real time 1.78 seconds
cpu time 1.72 seconds

181 data estimate;
182 set est;
ERROR: File WORK.EST.DATA does not exist.
183 if Parm ='b6_3c';
184 run;

NOTE: The SAS System stopped processing this step because of errors.
WARNING: The data set WORK.ESTIMATE may be incomplete. When this step was stopped there were 0
observations and 1 variables.
NOTE: DATA statement used (Total process time):
real time 0.01 seconds
cpu time 0.01 seconds&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much Kurt for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw message about issufficient memory. I used Mackbook pro 2015 so not sure it is the reason or not.&lt;/P&gt;&lt;P&gt;I am learning to generate prevalence ratio instead of odds ratio.&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jan 2022 18:53:39 GMT</pubDate>
    <dc:creator>gioitran</dc:creator>
    <dc:date>2022-01-19T18:53:39Z</dc:date>
    <item>
      <title>Error: File work.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/790808#M32544</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am learning modified poisson regression and stopped in the middle due to the error: work.data does not exist. My code is:&lt;/P&gt;&lt;P&gt;proc genmod data=out1 DESCENDING;&lt;BR /&gt;class b6_3c a24_6c;&lt;BR /&gt;model had_2c = a1 b6_3c a24_6c/dist=poisson link=log;&lt;BR /&gt;repeated subject=b6_3c/type=unstr;&lt;BR /&gt;ods output GEEEmpPEst=est;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data estimate;&lt;BR /&gt;set est;&lt;BR /&gt;if Parm ='b6_3c';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: File WORK.EST.DATA does not exist.&lt;/P&gt;&lt;P&gt;I could not tell what happened and really need your help.&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 05:32:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/790808#M32544</guid>
      <dc:creator>gioitran</dc:creator>
      <dc:date>2022-01-19T05:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error: File work.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/790818#M32545</link>
      <description>&lt;P&gt;Please post the&amp;nbsp;&lt;EM&gt;complete&lt;/EM&gt; log of both steps into a window opened with this button:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54552i914D97BE1B0F21E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 07:06:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/790818#M32545</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-01-19T07:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error: File work.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/790989#M32566</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;175 proc genmod data=out1 DESCENDING;
176 class b6_3c a24_6c;
177 model had_2c = a1 b6_3c a24_6c/dist=poisson link=log;
178 repeated subject=b6_3c/type=unstr;
179 ods output GEEEmpPEst=est;
180 run;

NOTE: The DESCENDING option applies only to the multinomial distribution with ordinal response.
NOTE: Algorithm converged.

ERROR: The SAS System stopped processing this step because of insufficient memory.
NOTE: PROCEDURE GENMOD used (Total process time):
real time 1.78 seconds
cpu time 1.72 seconds

181 data estimate;
182 set est;
ERROR: File WORK.EST.DATA does not exist.
183 if Parm ='b6_3c';
184 run;

NOTE: The SAS System stopped processing this step because of errors.
WARNING: The data set WORK.ESTIMATE may be incomplete. When this step was stopped there were 0
observations and 1 variables.
NOTE: DATA statement used (Total process time):
real time 0.01 seconds
cpu time 0.01 seconds&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much Kurt for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw message about issufficient memory. I used Mackbook pro 2015 so not sure it is the reason or not.&lt;/P&gt;&lt;P&gt;I am learning to generate prevalence ratio instead of odds ratio.&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 18:53:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/790989#M32566</guid>
      <dc:creator>gioitran</dc:creator>
      <dc:date>2022-01-19T18:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error: File work.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/791003#M32567</link>
      <description>&lt;P&gt;Add this statement - options fullstimer; - at the top of your program and rerun it. It will then report on memory usage. Please post this log.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 19:45:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/791003#M32567</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-01-19T19:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error: File work.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/791007#M32568</link>
      <description>&lt;P&gt;Please see the new log with your option.&lt;/P&gt;&lt;PRE&gt;185  options fullstimer;
186  proc genmod data=out1 DESCENDING;
187  class b6_3c a24_6c;
188  model had_2c = a1 b6_3c a24_6c/dist=poisson link=log;
189  repeated subject=b6_3c/type=unstr;
190  ods output GEEEmpPEst=est;
191  run;

NOTE: The DESCENDING option applies only to the multinomial distribution with ordinal response.
NOTE: Algorithm converged.
ERROR: The SAS System stopped processing this step because of insufficient memory.
NOTE: PROCEDURE GENMOD used (Total process time):
      real time           1.48 seconds
      user cpu time       0.54 seconds
      system cpu time     0.92 seconds
      memory              1964129.46k
      OS Memory           1992092.00k
      Timestamp           2022-01-19 11:50:11 AM
      Step Count                        8  Switch Count  3

&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 19:52:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/791007#M32568</guid>
      <dc:creator>gioitran</dc:creator>
      <dc:date>2022-01-19T19:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error: File work.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/791010#M32569</link>
      <description>&lt;P&gt;As you can see SAS is using all available memory of around 2GB. Are you using 32 or 64-bit SAS on your PC? Only 64-bit SAS can go beyond around 2GB. How much memory does your PC have? Also please post the log from this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options option = memory;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Jan 2022 20:09:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/791010#M32569</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-01-19T20:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error: File work.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/791014#M32570</link>
      <description>&lt;P&gt;I used SAS 64 bit for window, X64_10PRO platform. I run option =memsize as it did not accept option=memory.&lt;/P&gt;&lt;PRE&gt;239  proc options option = memsize;
240  run;

    SAS (r) Proprietary Software Release 9.4  TS1M4

 MEMSIZE=2147483648
                   Specifies the limit on the amount of virtual memory that can be used during a
                   SAS session.
NOTE: PROCEDURE OPTIONS used (Total process time):
      real time           0.00 seconds
      user cpu time       0.00 seconds
      system cpu time     0.00 seconds
      memory              20.84k
      OS Memory           29428.00k
      Timestamp           2022-01-19 12:23:07 PM
      Step Count                        17  Switch Count  0

&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Jan 2022 20:29:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/791014#M32570</guid>
      <dc:creator>gioitran</dc:creator>
      <dc:date>2022-01-19T20:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error: File work.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/791034#M32571</link>
      <description>&lt;P&gt;Sorry, should have been this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options group = memory;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You didn't say how much memory your PC has. You could try setting - MEMSIZE = 8GB - which has to be done in your SAS CONFIG file or as a command line option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 21:19:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/791034#M32571</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-01-19T21:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error: File work.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/791040#M32572</link>
      <description>&lt;P&gt;Sorry for missing infor. My Mac pro memory is 8GB (1867 MHz) with processor 2.9 HGz dual core intel core I5.&lt;/P&gt;&lt;P&gt;I run SAS on window so don't know it affects memory or not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try to reset memory for SAS&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 21:51:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/791040#M32572</guid>
      <dc:creator>gioitran</dc:creator>
      <dc:date>2022-01-19T21:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error: File work.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/791080#M32573</link>
      <description>&lt;P&gt;How much memory is assigned to the virtual windows environment?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 06:45:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-File-work-data-does-not-exist/m-p/791080#M32573</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-01-20T06:45:43Z</dc:date>
    </item>
  </channel>
</rss>

