<?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: Proc Gmap Question in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Gmap-Question/m-p/36473#M5219</link>
    <description>when i add the name='xxxx' the sas outputs my .gif files as xxxx1, xxxx2, and etc. I am using by variable to create multiple maps by city. How can i make sas to output files by the variable i am using? Since the variable name changes, I want SAS to produce output files for example, atlanta.gif, charlotte.gif, and etc. Is this possible?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.</description>
    <pubDate>Tue, 26 May 2009 20:33:13 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-05-26T20:33:13Z</dc:date>
    <item>
      <title>Proc Gmap Question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Gmap-Question/m-p/36471#M5217</link>
      <description>Hi,&lt;BR /&gt;
How can I control the output file name in proc gmap? Currently SAS is producing gmap1.gif, gmap2.gif...and etc. I would like the output name same as the file name. Below is the code that I was submitting.&lt;BR /&gt;
&lt;BR /&gt;
proc gmap all map=maps.us data=input_data all annotate=input_data;&lt;BR /&gt;
	format upb_pct dqp.;&lt;BR /&gt;
	by dealname;&lt;BR /&gt;
    id state;&lt;BR /&gt;
    choro upb_pct     / cempty=CXE9967A&lt;BR /&gt;
						coutline=black&lt;BR /&gt;
						discrete&lt;BR /&gt;
						annotate=maplabel&lt;BR /&gt;
						legend = legend;&lt;BR /&gt;
						&lt;BR /&gt;
run;&lt;BR /&gt;
quit;</description>
      <pubDate>Tue, 26 May 2009 14:04:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Gmap-Question/m-p/36471#M5217</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-26T14:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Gmap Question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Gmap-Question/m-p/36472#M5218</link>
      <description>Explore using the NAME="your_prefix_name_goes_here" with the procedure.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
GMAP - CHORO Statement&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gmap-choro-statement.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gmap-choro-statement.htm&lt;/A&gt;</description>
      <pubDate>Tue, 26 May 2009 15:01:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Gmap-Question/m-p/36472#M5218</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-26T15:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Gmap Question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Gmap-Question/m-p/36473#M5219</link>
      <description>when i add the name='xxxx' the sas outputs my .gif files as xxxx1, xxxx2, and etc. I am using by variable to create multiple maps by city. How can i make sas to output files by the variable i am using? Since the variable name changes, I want SAS to produce output files for example, atlanta.gif, charlotte.gif, and etc. Is this possible?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.</description>
      <pubDate>Tue, 26 May 2009 20:33:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Gmap-Question/m-p/36473#M5219</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-26T20:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Gmap Question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Gmap-Question/m-p/36474#M5220</link>
      <description>One technique is to pass your data file and using CALL EXECUTE, generate SAS code that invokes a SAS macro containing your PROC GMAP logic, using a WHERE statement to filter the input with each macro invocation.  With the WHERE processing, you can then control the NAME="&amp;amp;your_name_var" which would be the same value as in your WHERE statement filter.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 26 May 2009 20:57:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Gmap-Question/m-p/36474#M5220</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-26T20:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Gmap Question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Gmap-Question/m-p/36475#M5221</link>
      <description>Warning: names are limited to 8 characters in 9.1.</description>
      <pubDate>Thu, 28 May 2009 23:02:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Gmap-Question/m-p/36475#M5221</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2009-05-28T23:02:49Z</dc:date>
    </item>
  </channel>
</rss>

