<?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: How do I save ouput from proc sgrender as png file with specified filename ? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-do-I-save-ouput-from-proc-sgrender-as-png-file-with/m-p/484803#M16706</link>
    <description>&lt;P&gt;where would the file then be located? Can't find it anywhere&lt;/P&gt;</description>
    <pubDate>Tue, 07 Aug 2018 15:38:35 GMT</pubDate>
    <dc:creator>karlbang</dc:creator>
    <dc:date>2018-08-07T15:38:35Z</dc:date>
    <item>
      <title>How do I save ouput from proc sgrender as png file with specified filename ?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-do-I-save-ouput-from-proc-sgrender-as-png-file-with/m-p/484761#M16700</link>
      <description>&lt;P&gt;I am trying to save ouput from proc sgrender as a png file with specified filename. I can get SAS to save it with generic filenames&amp;nbsp;like SGRENDER17.png using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods html gpath='..';&lt;/PRE&gt;&lt;P&gt;but cannot get anything out of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename grafout "c:\dropbox\FIG1A.png";
goptions reset=all gsfname=grafout gsfmode=replace device=png;
proc sgrender data=GRM template=GRM;
run;
filename grafout clear;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;what am I doing wrong ?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 14:20:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-do-I-save-ouput-from-proc-sgrender-as-png-file-with/m-p/484761#M16700</guid>
      <dc:creator>karlbang</dc:creator>
      <dc:date>2018-08-07T14:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I save ouput from proc sgrender as png file with specified filename ?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-do-I-save-ouput-from-proc-sgrender-as-png-file-with/m-p/484762#M16701</link>
      <description>&lt;P&gt;Instead of GOPTIONS, use the ODS GRAPHICS statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics / reset outputfmt=png imagename="MyName";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 14:23:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-do-I-save-ouput-from-proc-sgrender-as-png-file-with/m-p/484762#M16701</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-08-07T14:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I save ouput from proc sgrender as png file with specified filename ?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-do-I-save-ouput-from-proc-sgrender-as-png-file-with/m-p/484803#M16706</link>
      <description>&lt;P&gt;where would the file then be located? Can't find it anywhere&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 15:38:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-do-I-save-ouput-from-proc-sgrender-as-png-file-with/m-p/484803#M16706</guid>
      <dc:creator>karlbang</dc:creator>
      <dc:date>2018-08-07T15:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I save ouput from proc sgrender as png file with specified filename ?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-do-I-save-ouput-from-proc-sgrender-as-png-file-with/m-p/484804#M16707</link>
      <description>&lt;P&gt;It gets written to your GPATH or PATH (if GPATH not specified).&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 15:40:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-do-I-save-ouput-from-proc-sgrender-as-png-file-with/m-p/484804#M16707</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-08-07T15:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I save ouput from proc sgrender as png file with specified filename ?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-do-I-save-ouput-from-proc-sgrender-as-png-file-with/m-p/484813#M16708</link>
      <description>thank you very much</description>
      <pubDate>Tue, 07 Aug 2018 16:21:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-do-I-save-ouput-from-proc-sgrender-as-png-file-with/m-p/484813#M16708</guid>
      <dc:creator>karlbang</dc:creator>
      <dc:date>2018-08-07T16:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I save ouput from proc sgrender as png file with specified filename ?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-do-I-save-ouput-from-proc-sgrender-as-png-file-with/m-p/533808#M17768</link>
      <description>Thank you. I have searched a solution to this problem many times. This was really helpful.</description>
      <pubDate>Fri, 08 Feb 2019 02:28:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-do-I-save-ouput-from-proc-sgrender-as-png-file-with/m-p/533808#M17768</guid>
      <dc:creator>RyanHoward</dc:creator>
      <dc:date>2019-02-08T02:28:17Z</dc:date>
    </item>
  </channel>
</rss>

