<?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 PROC PANEL OR SGPANEL in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-PANEL-OR-SGPANEL/m-p/228658#M54327</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'm trying to run a example code in SAS EG 5.1, but everytime i run this proc statement i get an error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ERROR: Unable to load the Java Virtual Machine. Please see the installation instructions or system administrator&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I'm trying to use the PROC SGPANEL OR PANEL. To create side by side graphs.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Anyone knows why is this happening ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;That's my code&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=sashelp.cars;
panelby type;
vbar Origin / group=Origin;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Tks&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2015 15:59:38 GMT</pubDate>
    <dc:creator>DartRodrigo</dc:creator>
    <dc:date>2015-10-06T15:59:38Z</dc:date>
    <item>
      <title>PROC PANEL OR SGPANEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-PANEL-OR-SGPANEL/m-p/228658#M54327</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'm trying to run a example code in SAS EG 5.1, but everytime i run this proc statement i get an error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ERROR: Unable to load the Java Virtual Machine. Please see the installation instructions or system administrator&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I'm trying to use the PROC SGPANEL OR PANEL. To create side by side graphs.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Anyone knows why is this happening ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;That's my code&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=sashelp.cars;
panelby type;
vbar Origin / group=Origin;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Tks&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 15:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-PANEL-OR-SGPANEL/m-p/228658#M54327</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2015-10-06T15:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PANEL OR SGPANEL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-PANEL-OR-SGPANEL/m-p/228782#M54343</link>
      <description>&lt;P&gt;I suggest you contact the person resposible for the installation. As the error says something is not ok with Java. This something to work with tech support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On which platform is SAS running?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As first test, you can run the follwoing code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc javainfo;
run;

proc options option=jreoptions;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You must have read access for the files mentioned in the JREOPTIONS System Option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Buno&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 08:07:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-PANEL-OR-SGPANEL/m-p/228782#M54343</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2015-10-07T08:07:05Z</dc:date>
    </item>
  </channel>
</rss>

