<?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: The size of the results is greater than 3MB! in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807836#M33650</link>
    <description>is this what you are looking for:&lt;BR /&gt;proc sql;&lt;BR /&gt;create table crspyear1 as&lt;BR /&gt;select a.*, b.fyear&lt;BR /&gt;from&lt;BR /&gt;IMPORT as a left join IMPORT1 as b&lt;BR /&gt;on a.permno = b.lpermno&lt;BR /&gt;and b.begfyr&amp;lt;a.date&amp;lt;=b.endfyr;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;proc print data=crspyear1;&lt;BR /&gt;run;&lt;BR /&gt;</description>
    <pubDate>Thu, 14 Apr 2022 15:24:03 GMT</pubDate>
    <dc:creator>xushunshun11960</dc:creator>
    <dc:date>2022-04-14T15:24:03Z</dc:date>
    <item>
      <title>The size of the results is greater than 3MB!</title>
      <link>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807831#M33646</link>
      <description>&lt;P&gt;I keep getting this message and I'm not sure how to fix it? Can someone provide a step-by-step guidance as I'm new to SAS software.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data has more than 292,000 observations, and do not know how to proceed.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 15:07:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807831#M33646</guid>
      <dc:creator>xushunshun11960</dc:creator>
      <dc:date>2022-04-14T15:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: The size of the results is greater than 3MB!</title>
      <link>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807832#M33647</link>
      <description>&lt;P&gt;How are you running SAS?&amp;nbsp; Sounds like you are using SAS/Studio and you produced too large of an output.&lt;/P&gt;
&lt;P&gt;Did you try to PRINT all 292K observations? Why? Are you really planning to read a 5,000 page listing?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 15:09:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807832#M33647</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-04-14T15:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: The size of the results is greater than 3MB!</title>
      <link>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807833#M33648</link>
      <description>&lt;P&gt;Yes I'm using the SAS studio. I have 2 data sets and I'm trying to merge them to proceed with my analysis. what I'm trying to do is to merge one observation from one dataset to the other one.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 15:16:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807833#M33648</guid>
      <dc:creator>xushunshun11960</dc:creator>
      <dc:date>2022-04-14T15:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: The size of the results is greater than 3MB!</title>
      <link>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807834#M33649</link>
      <description>&lt;P&gt;What code created the output?&lt;/P&gt;
&lt;P&gt;Copy the code from your editor. On this forum open either a text box, use the &amp;lt;/&amp;gt; icon above the message window, or a code box using the "running man" icon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTML results with lots of tables or very long tables takes up a space. Period.&lt;/P&gt;
&lt;P&gt;Be prepared to answer questions about exactly what you want to keep to create less output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With 292,000 observations if you have 15 numeric variables then that right there is about 35Mbytes of data. Depending on what output you create 3Mb doesn't sound unlikely.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 15:17:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807834#M33649</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-04-14T15:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: The size of the results is greater than 3MB!</title>
      <link>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807836#M33650</link>
      <description>is this what you are looking for:&lt;BR /&gt;proc sql;&lt;BR /&gt;create table crspyear1 as&lt;BR /&gt;select a.*, b.fyear&lt;BR /&gt;from&lt;BR /&gt;IMPORT as a left join IMPORT1 as b&lt;BR /&gt;on a.permno = b.lpermno&lt;BR /&gt;and b.begfyr&amp;lt;a.date&amp;lt;=b.endfyr;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;proc print data=crspyear1;&lt;BR /&gt;run;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2022 15:24:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807836#M33650</guid>
      <dc:creator>xushunshun11960</dc:creator>
      <dc:date>2022-04-14T15:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: The size of the results is greater than 3MB!</title>
      <link>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807841#M33652</link>
      <description>&lt;P&gt;Just remove the PROC PRINT step.&lt;/P&gt;
&lt;P&gt;With SAS/Studio you can browse the generated dataset interactive and that will only retrieve one screen full of data at a time.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 15:45:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807841#M33652</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-04-14T15:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: The size of the results is greater than 3MB!</title>
      <link>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807847#M33653</link>
      <description>Many thanks for your kind reply</description>
      <pubDate>Thu, 14 Apr 2022 16:03:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/The-size-of-the-results-is-greater-than-3MB/m-p/807847#M33653</guid>
      <dc:creator>xushunshun11960</dc:creator>
      <dc:date>2022-04-14T16:03:42Z</dc:date>
    </item>
  </channel>
</rss>

