<?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 SAS University Edition Update Graphics Error in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SAS-University-Edition-Update-Graphics-Error/m-p/441586#M15232</link>
    <description>&lt;P&gt;I have been using SASUniversityEdition perfectly fine for the last few weeks, but this morning I updated the VirtualBox and SASUniversityEdition. Now I am trying to run the following code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc reg data=three;&lt;/P&gt;&lt;P&gt;model radiation = d hours / p clm;&lt;/P&gt;&lt;P&gt;plot r.*hours;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The regression is run fine, but I no longer get any plots, receiving this error:&amp;nbsp;&lt;SPAN&gt; ERROR: Appendage SASXGANO not found, unable to produce graphics.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I did not have this error before updating the programs. How can I get my graphics back? I had seen another post about using a plots= statement, but I haven't been able to get that to work.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Mar 2018 15:24:25 GMT</pubDate>
    <dc:creator>hirschhr</dc:creator>
    <dc:date>2018-03-02T15:24:25Z</dc:date>
    <item>
      <title>SAS University Edition Update Graphics Error</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-University-Edition-Update-Graphics-Error/m-p/441586#M15232</link>
      <description>&lt;P&gt;I have been using SASUniversityEdition perfectly fine for the last few weeks, but this morning I updated the VirtualBox and SASUniversityEdition. Now I am trying to run the following code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc reg data=three;&lt;/P&gt;&lt;P&gt;model radiation = d hours / p clm;&lt;/P&gt;&lt;P&gt;plot r.*hours;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The regression is run fine, but I no longer get any plots, receiving this error:&amp;nbsp;&lt;SPAN&gt; ERROR: Appendage SASXGANO not found, unable to produce graphics.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I did not have this error before updating the programs. How can I get my graphics back? I had seen another post about using a plots= statement, but I haven't been able to get that to work.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 15:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-University-Edition-Update-Graphics-Error/m-p/441586#M15232</guid>
      <dc:creator>hirschhr</dc:creator>
      <dc:date>2018-03-02T15:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University Edition Update Graphics Error</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-University-Edition-Update-Graphics-Error/m-p/441591#M15233</link>
      <description>&lt;P&gt;Based on that message, it appears that ODS GRAPHICS is not ON. Add this statement before your PROC REG and see if it works for you:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics on;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 15:35:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-University-Edition-Update-Graphics-Error/m-p/441591#M15233</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-03-02T15:35:02Z</dc:date>
    </item>
  </channel>
</rss>

