<?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 generate graph at Mainframe SAS in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/generate-graph-at-Mainframe-SAS/m-p/399261#M13662</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am use mainframe SAS . but I don't know how to generate graph at mainframe. here is error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Unable to load the Java Virtual Machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Here is my situation:&lt;/P&gt;
&lt;P&gt;I have SAS 9.4 in mainframe,but 9.3 in PC,this graph is only available in 9.4,so I draw it in mainframe and hope I can export it to PC)&lt;/P&gt;
&lt;PRE&gt;*--code in Mainframe SAS 9.4;&lt;BR /&gt;data new;
   input Type $1 Value;
   datalines;
A 10
B 15
C 12
D 17
E 205
F 225
;
run;

proc sgplot data=new;
   vbar type / response=value;
   yaxis ranges=(0-20 200-230);/*ranges option available in 9.4 only*/
run;&lt;/PRE&gt;
&lt;P&gt;Please advise.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2017 16:52:13 GMT</pubDate>
    <dc:creator>GeorgeSAS</dc:creator>
    <dc:date>2017-09-27T16:52:13Z</dc:date>
    <item>
      <title>generate graph at Mainframe SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/generate-graph-at-Mainframe-SAS/m-p/399261#M13662</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am use mainframe SAS . but I don't know how to generate graph at mainframe. here is error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Unable to load the Java Virtual Machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Here is my situation:&lt;/P&gt;
&lt;P&gt;I have SAS 9.4 in mainframe,but 9.3 in PC,this graph is only available in 9.4,so I draw it in mainframe and hope I can export it to PC)&lt;/P&gt;
&lt;PRE&gt;*--code in Mainframe SAS 9.4;&lt;BR /&gt;data new;
   input Type $1 Value;
   datalines;
A 10
B 15
C 12
D 17
E 205
F 225
;
run;

proc sgplot data=new;
   vbar type / response=value;
   yaxis ranges=(0-20 200-230);/*ranges option available in 9.4 only*/
run;&lt;/PRE&gt;
&lt;P&gt;Please advise.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 16:52:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/generate-graph-at-Mainframe-SAS/m-p/399261#M13662</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-09-27T16:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: generate graph at Mainframe SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/generate-graph-at-Mainframe-SAS/m-p/400515#M13679</link>
      <description>Haven't installed SAS on mainframe myself, but I remember reading that a manual installation of a JDK (or JRE) is necessary.</description>
      <pubDate>Tue, 03 Oct 2017 04:57:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/generate-graph-at-Mainframe-SAS/m-p/400515#M13679</guid>
      <dc:creator>error_prone</dc:creator>
      <dc:date>2017-10-03T04:57:55Z</dc:date>
    </item>
  </channel>
</rss>

