<?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: sas error when running sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266525#M9558</link>
    <description>&lt;P&gt;I also have another error when runnin sgplot for scatter plot :&lt;/P&gt;
&lt;P&gt;ERROR: Internal error in Java extension NewDoubleArray().&lt;BR /&gt;ERROR: Java virtual machine exception. java.lang.OutOfMemoryError: Java heap space.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2016 20:11:52 GMT</pubDate>
    <dc:creator>fengyuwuzu</dc:creator>
    <dc:date>2016-04-26T20:11:52Z</dc:date>
    <item>
      <title>sas error when running sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266517#M9557</link>
      <description>&lt;P&gt;I was trying to display a longitudinal data (for 10 IDs), with the code below, to see wager patterns of these 10 IDs. But I got the error attached below the code.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/55/374.html" target="_self"&gt;http://support.sas.com/kb/55/374.html&amp;nbsp; &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;has a similar error message. It says" To circumvent the problem, assign a more logical length to the attribute map variables. ", but how to assign a more logical length to the attribute map variables?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc SGplot  data = top10.top10_play_tiemzone;
series x=wagerdatetime y=total_wager /
group=DUPI
LineAttrs= (pattern=1 color="black");
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR:&amp;nbsp; An exception has been encountered.&lt;BR /&gt;Please contact technical support and provide them with the following traceback information:&lt;BR /&gt;&lt;BR /&gt;The SAS task name is [SGPLOT]&lt;BR /&gt;ERROR:&amp;nbsp; Read Access Violation SGPLOT&lt;BR /&gt;Exception occurred at (07AD0DBD)&lt;BR /&gt;Task Traceback&lt;BR /&gt;Address&amp;nbsp;&amp;nbsp; Frame&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (DBGHELP API Version 4.0 rev 5)&lt;BR /&gt;0000000007AD0DBD&amp;nbsp; 00000000283EA4D0&amp;nbsp; sasdoc:tkvercn1+0x5FD7D&lt;BR /&gt;0000000007AD4EEA&amp;nbsp; 00000000283EA510&amp;nbsp; sasdoc:tkvercn1+0x63EAA&lt;BR /&gt;0000000007AD401F&amp;nbsp; 00000000283EA570&amp;nbsp; sasdoc:tkvercn1+0x62FDF&lt;BR /&gt;000000000621F63A&amp;nbsp; 00000000283EA578&amp;nbsp; sasods:tkvercn1+0x1CE5FA&lt;BR /&gt;00000000060A2B79&amp;nbsp; 00000000283EA7D0&amp;nbsp; sasods:tkvercn1+0x51B39&lt;BR /&gt;000000000609FCD6&amp;nbsp; 00000000283EA910&amp;nbsp; sasods:tkvercn1+0x4EC96&lt;BR /&gt;00000000261DF38A&amp;nbsp; 00000000283EA918&amp;nbsp; sassgplo:tkvercn1+0xAE34A&lt;BR /&gt;00000000261650EC&amp;nbsp; 00000000283EFBF0&amp;nbsp; sassgplo:tkvercn1+0x340AC&lt;BR /&gt;0000000002E78A2B&amp;nbsp; 00000000283EFBF8&amp;nbsp; sashost:Main+0x10F0B&lt;BR /&gt;0000000002E7E66D&amp;nbsp; 00000000283EFF50&amp;nbsp; sashost:Main+0x16B4D&lt;BR /&gt;00000000775959BD&amp;nbsp; 00000000283EFF58&amp;nbsp; kernel32:BaseThreadInitThunk+0xD&lt;BR /&gt;00000000777CA2E1&amp;nbsp; 00000000283EFF88&amp;nbsp; ntdll:RtlUserThreadStart+0x21&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 20:00:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266517#M9557</guid>
      <dc:creator>fengyuwuzu</dc:creator>
      <dc:date>2016-04-26T20:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: sas error when running sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266525#M9558</link>
      <description>&lt;P&gt;I also have another error when runnin sgplot for scatter plot :&lt;/P&gt;
&lt;P&gt;ERROR: Internal error in Java extension NewDoubleArray().&lt;BR /&gt;ERROR: Java virtual machine exception. java.lang.OutOfMemoryError: Java heap space.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 20:11:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266525#M9558</guid>
      <dc:creator>fengyuwuzu</dc:creator>
      <dc:date>2016-04-26T20:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: sas error when running sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266530#M9559</link>
      <description>&lt;P&gt;Post data in the form of a datastep to see if others can duplicate the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 20:26:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266530#M9559</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-04-26T20:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: sas error when running sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266532#M9560</link>
      <description>&lt;P&gt;1. Can you generate any graphs?&lt;/P&gt;
&lt;P&gt;2. Are you sure your code is correct, I'm not sure the lineattrs statement is correct?&lt;/P&gt;
&lt;P&gt;3. What version/type of SAS are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 20:28:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266532#M9560</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-26T20:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: sas error when running sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266696#M9562</link>
      <description>&lt;P&gt;SAS should never end with an exception. You should always report these kinds of problems to Tech. Support. They're in the best position to determine the cause of the problem and offer either a workaround or a fix for it.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 13:01:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266696#M9562</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2016-04-27T13:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: sas error when running sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266716#M9563</link>
      <description>&lt;P&gt;I use sas 9.4 64 bit on win7.&lt;/P&gt;
&lt;P&gt;the code is from page 4 of &lt;A href="http://www.biostat.umn.edu/~will/6470stuff/Class15-12/Handout15.pdf" target="_self"&gt;http://www.biostat.umn.edu/~will/6470stuff/Class15-12/Handout15.pdf &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;it works. If I use where statement to select only one person's data, it worked:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc SGplot  data = top10.top10_daily_wager ;
where DUPI="055de0f8c73c03f36667ef0cb1a46ad4dee09333"; /* DUPI is ID */
series x=date y=sum_wager_day /
LineAttrs= (pattern=1 color="black");
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess the data is too large -- I selected 10 players&amp;nbsp; and it could not run. So I can generate the picture one by one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also, when I tried scatter plot, I got the Java error too with 10 players' data; if only player, it is fine. So I think somehow I cannot do 10 players' figures all together. The code below worked, without where statement it will not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data= top10.top10_play_tiemzone;
where DUPI="055de0f8c73c03f36667ef0cb1a46ad4dee09333";
scatter x=wagerdatetime y=total_wager / 
markerattrs=graphdata2(symbol=circlefilled) transparency=0.8;
xaxis grid;
yaxis grid;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 14:25:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266716#M9563</guid>
      <dc:creator>fengyuwuzu</dc:creator>
      <dc:date>2016-04-27T14:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: sas error when running sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266717#M9564</link>
      <description>Yes. I will provide the error info to SAS.</description>
      <pubDate>Wed, 27 Apr 2016 14:25:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/266717#M9564</guid>
      <dc:creator>fengyuwuzu</dc:creator>
      <dc:date>2016-04-27T14:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: sas error when running sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/370186#M12797</link>
      <description>&lt;P&gt;See also:&lt;/P&gt;&lt;P&gt;&lt;A title=" &amp;quot;Java virtual machine exception&amp;quot; message issued with ODS Graphics and large data sets" href="http://support.sas.com/kb/31/184.html" target="_self"&gt;http://support.sas.com/kb/31/184.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 22:24:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sas-error-when-running-sgplot/m-p/370186#M12797</guid>
      <dc:creator>aminkarimid</dc:creator>
      <dc:date>2017-06-23T22:24:22Z</dc:date>
    </item>
  </channel>
</rss>

