<?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: ODS HTML error in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/245432#M15132</link>
    <description>&lt;P&gt;Thanks for your help made the changes that you suggested. &amp;nbsp;Is there a way to rename the png file that gets produced. &amp;nbsp;I can rename the html file but not the png.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2016 13:02:58 GMT</pubDate>
    <dc:creator>Bryan</dc:creator>
    <dc:date>2016-01-22T13:02:58Z</dc:date>
    <item>
      <title>ODS HTML error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/245293#M15127</link>
      <description>&lt;P&gt;Trying to save a gauge to a png file on a UNIX box and cannot get it working correclty. &amp;nbsp;Thanks for any help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code trying to run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing;&lt;BR /&gt;ods html&lt;BR /&gt; path='/sas/data/shared_data/Projects/company_metrics/safety/output/'&lt;BR /&gt; gpath='/sas/data/shared_data/Projects/company_metrics/safety/output/'&lt;BR /&gt; file='DART_GG.html' &lt;BR /&gt;;&lt;BR /&gt;ods graphics on / reset=index reset=all&lt;BR /&gt; imagefmt=png&lt;BR /&gt; imagemap=on&lt;BR /&gt; imagename="DART_GG"&lt;BR /&gt; border=off;&lt;/P&gt;
&lt;P&gt;proc gkpi mode=raised;&lt;BR /&gt; dial actual=&amp;amp;actl_Dart&lt;BR /&gt; bounds=(&amp;amp;max_Dart &amp;amp;q3_Dart &amp;amp;q2_Dart &amp;amp;q1_Dart &amp;amp;min_Dart) / &lt;BR /&gt; label="DART Rate"&lt;BR /&gt; colors=(red,yellow,green,blue)&lt;BR /&gt; target=&amp;amp;trgt_Dart &lt;BR /&gt; format="comma15.2"&lt;BR /&gt; lfont=(f="Albany AMT" height=1.0cm)&lt;BR /&gt; afont=(f="Albany AMT" height=0.5cm)&lt;BR /&gt; bfont=(f="Albany AMT" height=0.4cm) ;&lt;BR /&gt; run;&lt;BR /&gt;ods html close;&lt;BR /&gt;ods graphics on / reset=all;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error that I get.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ERROR: Physical file does not exist, /sas/work/SAS_work068A017D0006_wasascsprd2.nu.com/_BCD0082C07F11E5B49DD64A229B070B.PNG.&lt;BR /&gt;ERROR: Physical file does not exist, /sas/work/SAS_work068A017D0006_wasascsprd2.nu.com/_BD0BE70C07F11E5B49DD64A229B070B.PNG.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 20:48:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/245293#M15127</guid>
      <dc:creator>Bryan</dc:creator>
      <dc:date>2016-01-21T20:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/245302#M15128</link>
      <description>&lt;P&gt;You may want BODY= instead of File=&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also GKPI is not an ODS graphics procedure so the file isn't created with the name or location&amp;nbsp;you are intending. You have to specify DEVICE=JAVAIMG in a GOPTIONS statement as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The GKPI procedure also supports run groups so requires a QUIT; statement to end the procedure. So your procedure is still running when you attempt to close the destination and bad things ensue.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 21:11:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/245302#M15128</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-21T21:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/245370#M15130</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Make sure folder&amp;nbsp;c:\temp\ has right to write .&lt;/STRONG&gt;&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;
&lt;P&gt;&lt;STRONG&gt;ods listing &amp;nbsp;gpath='c:\temp\' ;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ods html&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;path='c:\temp\'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;file='DART_GG.html' &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;BR /&gt;ods graphics on / reset=index reset=all&lt;BR /&gt;imagefmt=png&lt;BR /&gt;imagemap=on&lt;BR /&gt;imagename="DART_GG"&lt;BR /&gt;border=off;&lt;/P&gt;
&lt;P&gt;proc gkpi mode=raised;&lt;BR /&gt;dial actual=&amp;amp;actl_Dart&lt;BR /&gt;bounds=(&amp;amp;max_Dart &amp;amp;q3_Dart &amp;amp;q2_Dart &amp;amp;q1_Dart &amp;amp;min_Dart) / &lt;BR /&gt;label="DART Rate"&lt;BR /&gt;colors=(red,yellow,green,blue)&lt;BR /&gt;target=&amp;amp;trgt_Dart &lt;BR /&gt;format="comma15.2"&lt;BR /&gt;lfont=(f="Albany AMT" height=1.0cm)&lt;BR /&gt;afont=(f="Albany AMT" height=0.5cm)&lt;BR /&gt;bfont=(f="Albany AMT" height=0.4cm) ;&lt;BR /&gt;run;&lt;BR /&gt;ods html close;&lt;BR /&gt;ods graphics on / reset=all;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 02:39:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/245370#M15130</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-01-22T02:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/245432#M15132</link>
      <description>&lt;P&gt;Thanks for your help made the changes that you suggested. &amp;nbsp;Is there a way to rename the png file that gets produced. &amp;nbsp;I can rename the html file but not the png.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 13:02:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/245432#M15132</guid>
      <dc:creator>Bryan</dc:creator>
      <dc:date>2016-01-22T13:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/245433#M15133</link>
      <description>&lt;P&gt;Thanks for your help. &amp;nbsp;Made the changes that you suggested and I am not getting the error but I am stll not able to rename the png file that gets generated along with the html file. &amp;nbsp;Based on the previous post it seems that the ods graphics does not work with the gkpi image so I cannot figure out how to rename the png file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods html&lt;BR /&gt; path="&amp;amp;download_from"&lt;BR /&gt; file="DART_GG.html" &lt;BR /&gt; gpath="&amp;amp;download_from" &lt;BR /&gt;;&lt;BR /&gt;ods graphics on / reset=index&lt;BR /&gt; imagefmt=png&lt;BR /&gt; imagename="Test"&lt;BR /&gt;;&lt;BR /&gt; proc gkpi mode=raised;&lt;BR /&gt; dial actual=&amp;amp;actl_Dart&lt;BR /&gt; bounds=(&amp;amp;max_Dart &amp;amp;q3_Dart &amp;amp;q2_Dart &amp;amp;q1_Dart &amp;amp;min_Dart) / &lt;BR /&gt; label="DART Rate"&lt;BR /&gt; colors=(red,yellow,green,blue)&lt;BR /&gt; target=&amp;amp;trgt_Dart &lt;BR /&gt; format="comma15.2"&lt;BR /&gt; lfont=(f="Albany AMT" height=1.0cm)&lt;BR /&gt; afont=(f="Albany AMT" height=0.5cm)&lt;BR /&gt; bfont=(f="Albany AMT" height=0.4cm) ;&lt;BR /&gt; run;quit;&lt;BR /&gt;ods html close;&lt;BR /&gt;ods graphics on / reset=all;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 13:08:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/245433#M15133</guid>
      <dc:creator>Bryan</dc:creator>
      <dc:date>2016-01-22T13:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/245435#M15134</link>
      <description>&lt;P&gt;Figured out how to rename the png file, code below. &amp;nbsp;The png file can be renamed in the proc, in bold below. &amp;nbsp;Thanks for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods html&lt;BR /&gt; path="&amp;amp;download_from"&lt;BR /&gt; file="DART_GG.html" &lt;BR /&gt; gpath="&amp;amp;download_from" &lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;proc gkpi mode=raised;&lt;BR /&gt; dial actual=&amp;amp;actl_Dart bounds=(&amp;amp;max_Dart &amp;amp;q3_Dart &amp;amp;q2_Dart &amp;amp;q1_Dart &amp;amp;min_Dart) / &lt;BR /&gt; &lt;STRONG&gt;name="DART_GG"&lt;/STRONG&gt;&lt;BR /&gt; label="DART Rate"&lt;BR /&gt; colors=(red,yellow,green,blue)&lt;BR /&gt; target=&amp;amp;trgt_Dart &lt;BR /&gt; format="comma15.2"&lt;BR /&gt; lfont=(f="Albany AMT" height=1.0cm)&lt;BR /&gt; afont=(f="Albany AMT" height=0.5cm)&lt;BR /&gt; bfont=(f="Albany AMT" height=0.4cm) &lt;BR /&gt; ;&lt;BR /&gt; run;quit;&lt;BR /&gt;ods html close;&lt;BR /&gt;ods graphics on / reset=all;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 13:24:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-error/m-p/245435#M15134</guid>
      <dc:creator>Bryan</dc:creator>
      <dc:date>2016-01-22T13:24:57Z</dc:date>
    </item>
  </channel>
</rss>

