<?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: Size of the results is greater than 3MB in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/652698#M520</link>
    <description>&lt;P&gt;This is a standard SAS response when the printed output being generated is very large and could cause problems. If you answer no then your program will likely run OK.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2020 22:33:21 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2020-06-02T22:33:21Z</dc:date>
    <item>
      <title>Size of the results is greater than 3MB</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/652682#M519</link>
      <description>&lt;P&gt;The size of the results is greater than 3MB. Insufficient memory could cause performance problems or an error. Do you want to display the results anyway?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 21:26:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/652682#M519</guid>
      <dc:creator>Rini</dc:creator>
      <dc:date>2020-06-02T21:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Size of the results is greater than 3MB</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/652698#M520</link>
      <description>&lt;P&gt;This is a standard SAS response when the printed output being generated is very large and could cause problems. If you answer no then your program will likely run OK.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 22:33:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/652698#M520</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-06-02T22:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Size of the results is greater than 3MB</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/652828#M521</link>
      <description>&lt;P&gt;I ran it on SAS on Demand. In their practice session, they ask me to use this data. The, how should I perform task?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 11:37:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/652828#M521</guid>
      <dc:creator>Rini</dc:creator>
      <dc:date>2020-06-03T11:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Size of the results is greater than 3MB</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/652991#M522</link>
      <description>Hi:&lt;BR /&gt;  I believe you also emailed SAS Education with this question. In that mail, we suggested that you use OBS=20 on the PROC PRINT. When we tested in SAS OnDemand this allowed us to see what was in the file without running into that message.&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Cynthia</description>
      <pubDate>Wed, 03 Jun 2020 20:39:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/652991#M522</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-06-03T20:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Size of the results is greater than 3MB</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/776651#M991</link>
      <description>Hi Cynthia,&lt;BR /&gt;I am struggling with this, but I am trying to run another procedure.&lt;BR /&gt;It's for checking the normality of data, so I need to see all the results. But that message keeps appearing. Could you help me with this, for kindness?&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;ods noproctitle;&lt;BR /&gt;ods graphics / imagemap=on;&lt;BR /&gt;proc univariate normal plot data=Sort_Artigo1;&lt;BR /&gt;var (A LOT OF VARIABLES);&lt;BR /&gt;run;&lt;BR /&gt;I also run the options:&lt;BR /&gt;histogram&lt;BR /&gt;/ normal(mu=est sigma=est);&lt;BR /&gt;inset skewness kurtosis / position=ne;</description>
      <pubDate>Wed, 27 Oct 2021 02:11:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/776651#M991</guid>
      <dc:creator>paula_souto</dc:creator>
      <dc:date>2021-10-27T02:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Size of the results is greater than 3MB</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/776836#M992</link>
      <description>Hi:&lt;BR /&gt;  I know that using a (LOT OF VARIABLES) can cause you to run into processing limits. It looks like you're also requesting histograms and graphs can use up a lot of space and resources. You may need to break your UNIVARIATE step into multiple steps so that you generate a lot of smaller outputs for a smaller group of variables in each run. However, I do not teach the STAT classes, so my recommendation is that you post your new question in the Statistical Procedures forum where you are more likely to find some experienced UNIVARIATE users.&lt;BR /&gt;Cynthia</description>
      <pubDate>Wed, 27 Oct 2021 18:31:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/776836#M992</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-10-27T18:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Size of the results is greater than 3MB</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/776851#M993</link>
      <description>Hi, Cynthia&lt;BR /&gt;I broke the Univariate step into multiple steps as you said and it worked, although it had generated 9 outputs. I'll post other questions in the Statistical Procedures forum as you suggested.&lt;BR /&gt;Thank you very much for your assistance!&lt;BR /&gt;Paula.</description>
      <pubDate>Wed, 27 Oct 2021 19:36:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Size-of-the-results-is-greater-than-3MB/m-p/776851#M993</guid>
      <dc:creator>paula_souto</dc:creator>
      <dc:date>2021-10-27T19:36:45Z</dc:date>
    </item>
  </channel>
</rss>

