<?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: goptions for PROC GMAP in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/goptions-for-PROC-GMAP/m-p/94978#M3555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's been awhile since I used this method but there's a graphics option GSFNAME. No ods destination needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need some thing like this with a different name in each file ref before the gmap call, pick a device that generates the desired output type, GIF, PNG whatever, and have the extention match. Up to you to put your name in the filename. If you have a data set with the names and parameters Call Execute might be the best way to control the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A name="a000283727"&gt;&lt;/A&gt;filename &lt;SPAN class="emphMono"&gt;fileref&lt;/SPAN&gt; '&lt;SPAN class="emphMono"&gt;filename&lt;/SPAN&gt;.XXX';&lt;/P&gt;&lt;P&gt;goptions device=devicename gsfname=&lt;SPAN class="emphMono"&gt;fileref&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; gsfmode=replace; /* replace in case you rerun the code you don't want the graphs appending*/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jul 2013 22:05:56 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2013-07-30T22:05:56Z</dc:date>
    <item>
      <title>goptions for PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/goptions-for-PROC-GMAP/m-p/94975#M3552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any output options for PROC GMAP that don't produce two separate files in the output destination?&amp;nbsp; I have tried using goptions=png and goptions=gif, but both of them produce two files for each map, a .htm file and a .png file.&amp;nbsp; I am running a loop that creates hundred of maps using gmaps, which I want to output and then use the image files to create a animated GIF, so I would like to avoid duplication of the files if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is there a way to control the names of the output?&amp;nbsp; I.e. changing them from gmap1, gmap2 etc. to something more descriptive?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 18:35:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/goptions-for-PROC-GMAP/m-p/94975#M3552</guid>
      <dc:creator>P5C768</dc:creator>
      <dc:date>2013-07-30T18:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: goptions for PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/goptions-for-PROC-GMAP/m-p/94976#M3553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can control the name of the .png file by using the name= option after the /&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;choro sales / levels=5 &lt;STRONG&gt;name="foo";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is often handy to use a macro variable's value for the name, or If you're using 'by' processing you can use the by-value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using ods html, I think it's going to create an html file.&amp;nbsp; Probably easiest to just delete them, or always use the same html file name (so it is overwritten each time).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 18:41:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/goptions-for-PROC-GMAP/m-p/94976#M3553</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-07-30T18:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: goptions for PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/goptions-for-PROC-GMAP/m-p/94977#M3554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there another ODS besides HTML that I could use to produce pictures from PROC GMAP?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 20:21:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/goptions-for-PROC-GMAP/m-p/94977#M3554</guid>
      <dc:creator>P5C768</dc:creator>
      <dc:date>2013-07-30T20:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: goptions for PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/goptions-for-PROC-GMAP/m-p/94978#M3555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's been awhile since I used this method but there's a graphics option GSFNAME. No ods destination needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need some thing like this with a different name in each file ref before the gmap call, pick a device that generates the desired output type, GIF, PNG whatever, and have the extention match. Up to you to put your name in the filename. If you have a data set with the names and parameters Call Execute might be the best way to control the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A name="a000283727"&gt;&lt;/A&gt;filename &lt;SPAN class="emphMono"&gt;fileref&lt;/SPAN&gt; '&lt;SPAN class="emphMono"&gt;filename&lt;/SPAN&gt;.XXX';&lt;/P&gt;&lt;P&gt;goptions device=devicename gsfname=&lt;SPAN class="emphMono"&gt;fileref&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; gsfmode=replace; /* replace in case you rerun the code you don't want the graphs appending*/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 22:05:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/goptions-for-PROC-GMAP/m-p/94978#M3555</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-07-30T22:05:56Z</dc:date>
    </item>
  </channel>
</rss>

