<?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: grapghname with gchart ?? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/grapghname-with-gchart/m-p/89682#M9295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;First thing: you should never give a real path on your machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, when I ran your code (replicated below) it worked.&lt;/P&gt;&lt;P&gt;So please provide some log file, or something more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*define the path once, no need for quotations, just simply \\my_path_where_I_keep_things\...&lt;/P&gt;&lt;P&gt;%let path = &lt;STRONG&gt;your_path;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html file = "my_graph.htm"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; path = "&amp;amp;path." (url = none)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gpath = "&amp;amp;path." (url = none);&lt;/P&gt;&lt;P&gt;filename my_graph "&amp;amp;path.\my_graph.png";&lt;/P&gt;&lt;P&gt;goptions reset = global gunit = pct border cback = white htext = 2 ftext = "Arial"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; device = png gsfmode = replace gsfname = my_graph&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rotate = landscape autosize = on xpixels = 1100 ypixels = 800 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc gchart data = sashelp.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbar age/group = sex name = "my_graph";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2012 13:21:10 GMT</pubDate>
    <dc:creator>AncaTilea</dc:creator>
    <dc:date>2012-12-04T13:21:10Z</dc:date>
    <item>
      <title>grapghname with gchart ??</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/grapghname-with-gchart/m-p/89681#M9294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;dear all,&lt;/P&gt;&lt;P&gt;I am trying to define my own name for generated graphs (instead of gchartx) but it seems not to work with GSFNAME:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sas1.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/2799_sas1.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THX!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS.&lt;/P&gt;&lt;P&gt;how to copy/paste sas code into this page ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 10:31:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/grapghname-with-gchart/m-p/89681#M9294</guid>
      <dc:creator>Jaheuk</dc:creator>
      <dc:date>2012-12-04T10:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: grapghname with gchart ??</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/grapghname-with-gchart/m-p/89682#M9295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;First thing: you should never give a real path on your machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, when I ran your code (replicated below) it worked.&lt;/P&gt;&lt;P&gt;So please provide some log file, or something more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*define the path once, no need for quotations, just simply \\my_path_where_I_keep_things\...&lt;/P&gt;&lt;P&gt;%let path = &lt;STRONG&gt;your_path;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html file = "my_graph.htm"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; path = "&amp;amp;path." (url = none)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gpath = "&amp;amp;path." (url = none);&lt;/P&gt;&lt;P&gt;filename my_graph "&amp;amp;path.\my_graph.png";&lt;/P&gt;&lt;P&gt;goptions reset = global gunit = pct border cback = white htext = 2 ftext = "Arial"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; device = png gsfmode = replace gsfname = my_graph&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rotate = landscape autosize = on xpixels = 1100 ypixels = 800 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc gchart data = sashelp.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbar age/group = sex name = "my_graph";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 13:21:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/grapghname-with-gchart/m-p/89682#M9295</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2012-12-04T13:21:10Z</dc:date>
    </item>
  </channel>
</rss>

