<?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 error (ODS graph in Genmod) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/error-ODS-graph-in-Genmod/m-p/71722#M3462</link>
    <description>I used Ods graphics in GENMOD prrecedure, but the result doesnt show any graph.&lt;BR /&gt;
Is there any default setting I need to change regarding the following error? &lt;BR /&gt;
&lt;BR /&gt;
ERROR: Insufficient authorization to access C:\Program&lt;BR /&gt;
       Files\SAS\SASFoundation\9.2\CumulativeResiduals1.png.&lt;BR /&gt;
ERROR: Insufficient authorization to access C:\Program Files\SAS\SASFoundation\9.2\CumResidPanel.png.</description>
    <pubDate>Wed, 01 Jun 2011 17:24:35 GMT</pubDate>
    <dc:creator>Najmeh</dc:creator>
    <dc:date>2011-06-01T17:24:35Z</dc:date>
    <item>
      <title>error (ODS graph in Genmod)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/error-ODS-graph-in-Genmod/m-p/71722#M3462</link>
      <description>I used Ods graphics in GENMOD prrecedure, but the result doesnt show any graph.&lt;BR /&gt;
Is there any default setting I need to change regarding the following error? &lt;BR /&gt;
&lt;BR /&gt;
ERROR: Insufficient authorization to access C:\Program&lt;BR /&gt;
       Files\SAS\SASFoundation\9.2\CumulativeResiduals1.png.&lt;BR /&gt;
ERROR: Insufficient authorization to access C:\Program Files\SAS\SASFoundation\9.2\CumResidPanel.png.</description>
      <pubDate>Wed, 01 Jun 2011 17:24:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/error-ODS-graph-in-Genmod/m-p/71722#M3462</guid>
      <dc:creator>Najmeh</dc:creator>
      <dc:date>2011-06-01T17:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: error (ODS graph in Genmod)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/error-ODS-graph-in-Genmod/m-p/71723#M3463</link>
      <description>and this is how I did that:&lt;BR /&gt;
data crash;&lt;BR /&gt;
input  major minor  accident;&lt;BR /&gt;
datalines;&lt;BR /&gt;
9.8	9.9	10&lt;BR /&gt;
9.7	9.8	10&lt;BR /&gt;
9.8	9.8	9&lt;BR /&gt;
10.7	9.5	38&lt;BR /&gt;
10.7	9.5	46&lt;BR /&gt;
10.7	9.6	44&lt;BR /&gt;
11.0	9.2	41&lt;BR /&gt;
11.0	9.3	49&lt;BR /&gt;
11.1	9.3	40&lt;BR /&gt;
10.4	10.0	40&lt;BR /&gt;
10.4	10.1	31&lt;BR /&gt;
10.2	9.9	45&lt;BR /&gt;
10.6	10.4	78&lt;BR /&gt;
10.6	10.4	64&lt;BR /&gt;
10.6	10.4	54&lt;BR /&gt;
10.4	10.1	57&lt;BR /&gt;
10.4	10.1	51&lt;BR /&gt;
10.2	10.1	49&lt;BR /&gt;
10.5	10.4	56&lt;BR /&gt;
10.5	10.4	41&lt;BR /&gt;
10.4	10.4	50&lt;BR /&gt;
10.3	9.6	41&lt;BR /&gt;
10.3	9.7	31&lt;BR /&gt;
10.4	9.7	33&lt;BR /&gt;
;&lt;BR /&gt;
&lt;BR /&gt;
run;&lt;BR /&gt;
ods graphic on;&lt;BR /&gt;
proc genmod data=crash;&lt;BR /&gt;
&lt;BR /&gt;
 model accident = major minor / dist=negbin link=log;&lt;BR /&gt;
 assess link / crpanel;&lt;BR /&gt;
 &lt;BR /&gt;
run;&lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I can see a "panel of cumulative Sum Residual Plot" but it's blank and doesn't show any plot.</description>
      <pubDate>Thu, 02 Jun 2011 18:23:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/error-ODS-graph-in-Genmod/m-p/71723#M3463</guid>
      <dc:creator>Najmeh</dc:creator>
      <dc:date>2011-06-02T18:23:34Z</dc:date>
    </item>
  </channel>
</rss>

