<?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: FILENAME statement for PROC GMAP PNG files not working in 9.3 in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/FILENAME-statement-for-PROC-GMAP-PNG-files-not-working-in-9-3/m-p/97968#M3659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem you are running into is due to a change that was made starting with SAS 9.3 where SAS 9.3 now creates HTML output by default and disables the default listing destination.&amp;nbsp; To circumvent this problem with SAS 9.3, add the following two statements to the beginning of your SAS code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ods _ALL_ close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ods listing; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are links to a couple of SAS usage notes which document this change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/49/388.html" title="http://support.sas.com/kb/49/388.html"&gt;49388 - Graphics output might not be sent to the desired location with SAS® 9.3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/42/874.html" title="http://support.sas.com/kb/42/874.html"&gt;42874 - Default behavior for the SAS windowing environment on Microsoft Windows, UNIX, and Linux operating systems has changed beginning with SAS® 9.3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Mincey&lt;/P&gt;&lt;P&gt;SAS Technical Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Oct 2013 15:22:19 GMT</pubDate>
    <dc:creator>MartinMincey</dc:creator>
    <dc:date>2013-10-02T15:22:19Z</dc:date>
    <item>
      <title>FILENAME statement for PROC GMAP PNG files not working in 9.3</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/FILENAME-statement-for-PROC-GMAP-PNG-files-not-working-in-9-3/m-p/97967#M3658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;The code below worked in v9.2 but, now in v9.3, the output PNG file from PROC GMPA goes to a temporary sub-directory in the SAS directory instead of the path name denoted in the FILENAME statement.&amp;nbsp; Does anyone know why this no longer works?!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;FILENAME plots &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"C:\Maps\"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;DEVICE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=png &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;transparency&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;GSFNAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=plots &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;GSFMODE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;REPLACE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;NOFILEONLY;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;PROC &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;gmap&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=mapproj &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=mapproj &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;anno&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=annoProj2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; state;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; choro&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; state / &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;nolegend&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;coutline&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=black &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"OutMap"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;run; quit&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 00:48:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/FILENAME-statement-for-PROC-GMAP-PNG-files-not-working-in-9-3/m-p/97967#M3658</guid>
      <dc:creator>BMH_KH</dc:creator>
      <dc:date>2013-09-30T00:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: FILENAME statement for PROC GMAP PNG files not working in 9.3</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/FILENAME-statement-for-PROC-GMAP-PNG-files-not-working-in-9-3/m-p/97968#M3659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem you are running into is due to a change that was made starting with SAS 9.3 where SAS 9.3 now creates HTML output by default and disables the default listing destination.&amp;nbsp; To circumvent this problem with SAS 9.3, add the following two statements to the beginning of your SAS code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ods _ALL_ close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ods listing; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are links to a couple of SAS usage notes which document this change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/49/388.html" title="http://support.sas.com/kb/49/388.html"&gt;49388 - Graphics output might not be sent to the desired location with SAS® 9.3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/42/874.html" title="http://support.sas.com/kb/42/874.html"&gt;42874 - Default behavior for the SAS windowing environment on Microsoft Windows, UNIX, and Linux operating systems has changed beginning with SAS® 9.3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Mincey&lt;/P&gt;&lt;P&gt;SAS Technical Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 15:22:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/FILENAME-statement-for-PROC-GMAP-PNG-files-not-working-in-9-3/m-p/97968#M3659</guid>
      <dc:creator>MartinMincey</dc:creator>
      <dc:date>2013-10-02T15:22:19Z</dc:date>
    </item>
  </channel>
</rss>

