<?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 CORR with Plots=scatter for Data Larger then 1000000 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-CORR-with-Plots-scatter-for-Data-Larger-then-1000000/m-p/505645#M72793</link>
    <description>&lt;P&gt;What is the error you are getting? Click on the {i} icon and paste the SASLOG for PROC CORR (showing the error message) into the window that opens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the output destination? HTML, PDF, other?&lt;/P&gt;</description>
    <pubDate>Thu, 18 Oct 2018 16:28:50 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-10-18T16:28:50Z</dc:date>
    <item>
      <title>PROC CORR with Plots=scatter for Data Larger then 1000000</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-CORR-with-Plots-scatter-for-Data-Larger-then-1000000/m-p/505644#M72792</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;A student is running this on a couple hundred thousand data points:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="4"&gt;graphics&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="4"&gt;on&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="4"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="4"&gt;corr&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="4"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=temp plots=scatter ; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;var&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; QLREST2 age _BMI4; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="4"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="4"&gt;graphics&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="4"&gt;off&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="4"&gt;I have looked into the proc reg with the &lt;FONT face="Courier New" size="4"&gt;plots(MAXPOINTS=&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;) and still could not generate a plot.&amp;nbsp; Anybody run into this?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="4"&gt;&lt;FONT face="Courier New" size="4"&gt;Thank you!&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 16:26:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-CORR-with-Plots-scatter-for-Data-Larger-then-1000000/m-p/505644#M72792</guid>
      <dc:creator>TCSMITH5</dc:creator>
      <dc:date>2018-10-18T16:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORR with Plots=scatter for Data Larger then 1000000</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-CORR-with-Plots-scatter-for-Data-Larger-then-1000000/m-p/505645#M72793</link>
      <description>&lt;P&gt;What is the error you are getting? Click on the {i} icon and paste the SASLOG for PROC CORR (showing the error message) into the window that opens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the output destination? HTML, PDF, other?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 16:28:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-CORR-with-Plots-scatter-for-Data-Larger-then-1000000/m-p/505645#M72793</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-10-18T16:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORR with Plots=scatter for Data Larger then 1000000</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-CORR-with-Plots-scatter-for-Data-Larger-then-1000000/m-p/505650#M72796</link>
      <description>&lt;P&gt;This is the error.&lt;/P&gt;&lt;P&gt;ERROR: Java virtual machine exception. java.lang.OutOfMemoryError: GC overhead limit exceeded.&lt;/P&gt;&lt;P&gt;ERROR: Java virtual machine exception. java.lang.OutOfMemoryError: GC overhead limit exceeded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, that was from the proc reg and I tried with proc corr and it worked (produced a plot).&amp;nbsp; I'll keep working on it.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 16:58:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-CORR-with-Plots-scatter-for-Data-Larger-then-1000000/m-p/505650#M72796</guid>
      <dc:creator>TCSMITH5</dc:creator>
      <dc:date>2018-10-18T16:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORR with Plots=scatter for Data Larger then 1000000</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-CORR-with-Plots-scatter-for-Data-Larger-then-1000000/m-p/505903#M72815</link>
      <description>&lt;P&gt;I'm confused. What procedure are you having problems with? You posted&amp;nbsp;code for PROC CORR, but later you say, "I tried with proc corr and it worked."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is the FitPlot in PROC REG, then you should know that the &lt;A href="https://blogs.sas.com/content/iml/2013/05/28/heatmaps-in-re.html" target="_self"&gt;output is a heatmap for a large number of points.&lt;/A&gt;&amp;nbsp;The MAXPOINTS= option accepts two parameters. See the last paragraphs of the previous link for a discussion and example of controlling the appearance of the&amp;nbsp;FitPlot.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 12:53:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-CORR-with-Plots-scatter-for-Data-Larger-then-1000000/m-p/505903#M72815</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-10-19T12:53:36Z</dc:date>
    </item>
  </channel>
</rss>

