<?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: Displaying SAS Graph in EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-SAS-Graph-in-EG/m-p/157525#M12261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The original poster included an example of PROC GMAP, which is part of SAS/GRAPH and doesn't have an ODS Graphics equivalent.&amp;nbsp; But even the SAS/GRAPH procedures can produce PNG files (as in the provided example), which SAS Enterprise Guide &lt;STRONG&gt;should&lt;/STRONG&gt; bring back into your project automatically.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does this by parsing the HTML (or SAS Report), finding the original location of the image in your WORK folder, and downloading the image while fixing the HTML reference to render properly in your project.&amp;nbsp; If it's not happening properly in your case, we'll need to look more closely at the ODS statements that are in place while the program is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2014 19:57:48 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2014-11-24T19:57:48Z</dc:date>
    <item>
      <title>Displaying SAS Graph in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-SAS-Graph-in-EG/m-p/157522#M12258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running a GMAP procedure in SAS EG, but it looks like the graph is being displayed in the SAS WORK location on Unix.&amp;nbsp; I see this NOTE in the SAS log:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #008000; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NOTE: 2 records written to /saswork/SAS_workC019018701E0_vaathmr1398/SAS_workAFC6018701E0_vaathmr1398/gmap1.png.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #008000; font-size: 10pt;"&gt;Here is what I have for code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #008000; font-size: 10pt;"&gt;proc gmap map = maps.usconty data=areax;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #008000; font-size: 10pt;"&gt;id state county;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #008000; font-size: 10pt;"&gt;choro ventiles / cdefault=yellow;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #008000; font-size: 10pt;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #008000; font-size: 10pt;"&gt;quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what options/paramters to change in order to get the graph to display in EG?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 14:49:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-SAS-Graph-in-EG/m-p/157522#M12258</guid>
      <dc:creator>cgtaylor22</dc:creator>
      <dc:date>2014-11-05T14:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying SAS Graph in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-SAS-Graph-in-EG/m-p/157523#M12259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cyndy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, SAS Enterprise Guide generates the ODS statements that direct all output, including graphs, back into your SAS Enterprise Guide project.&amp;nbsp; The default ODS destination is SAS Report, but you can change to another format, such as HTML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS WORK is the default destination for graph content, but SAS Enterprise Guide should assemble the results and bring them into your project for viewing.&amp;nbsp; If that's not happening, there could be something else going on.&amp;nbsp; Is your program running on the SAS server that SAS Enterprise Guide is connected to?&amp;nbsp; Or is there perhaps another session (via SAS Grid Computing or SAS/CONNECT) where this segment of code might be running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also specify your own ODS destinations and exert more control over where the result content is sent.&amp;nbsp; Did you do that within your program or are you relying on the SAS Enterprise Guide behavior?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a blog post about doing more with ODS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2014/04/16/ods-control-in-eg/" title="http://blogs.sas.com/content/sasdummy/2014/04/16/ods-control-in-eg/"&gt; Take control of ODS results in SAS Enterprise Guide - The SAS Dummy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 19:19:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-SAS-Graph-in-EG/m-p/157523#M12259</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2014-11-24T19:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying SAS Graph in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-SAS-Graph-in-EG/m-p/157524#M12260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With more modern releases SAS is moving from the old SAS/graph procedures to the ODS graphics ones.&lt;BR /&gt;The ODS graphics is mostly displaying automatic in Eguide where the old SAS/Graph are creating image files in a classic way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some background: &lt;A href="http://support.sas.com/documentation/cdl/en/graphref/65389/HTML/default/viewer.htm#p1iqi67l1s9sazn147dephg2dvc8.htm" title="http://support.sas.com/documentation/cdl/en/graphref/65389/HTML/default/viewer.htm#p1iqi67l1s9sazn147dephg2dvc8.htm"&gt;SAS/GRAPH(R) 9.3: Reference, Third Edition&lt;/A&gt;&amp;nbsp; showing the use of graphics and html.&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Html usage is needing a storage location for images, &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_odsgraph_sect032.htm" title="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_odsgraph_sect032.htm"&gt;SAS/STAT(R) 9.2 User's Guide, Second Edition&lt;/A&gt; (Saving Graphics Image Files). This is what you are seeing is happening&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 19:46:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-SAS-Graph-in-EG/m-p/157524#M12260</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-24T19:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying SAS Graph in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-SAS-Graph-in-EG/m-p/157525#M12261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The original poster included an example of PROC GMAP, which is part of SAS/GRAPH and doesn't have an ODS Graphics equivalent.&amp;nbsp; But even the SAS/GRAPH procedures can produce PNG files (as in the provided example), which SAS Enterprise Guide &lt;STRONG&gt;should&lt;/STRONG&gt; bring back into your project automatically.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does this by parsing the HTML (or SAS Report), finding the original location of the image in your WORK folder, and downloading the image while fixing the HTML reference to render properly in your project.&amp;nbsp; If it's not happening properly in your case, we'll need to look more closely at the ODS statements that are in place while the program is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 19:57:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-SAS-Graph-in-EG/m-p/157525#M12261</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2014-11-24T19:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying SAS Graph in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-SAS-Graph-in-EG/m-p/157526#M12262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep Chris, that should work bringing it back to Eguide in a modified setting, unless disabled.&lt;/P&gt;&lt;P&gt;The only thing we are seeing is the creation of the png file in a location that all makes sense in the sas-log. &lt;BR /&gt;We are missing all information around what is happening The ODS statements, may be an error in a next step stopping displaying the output/results.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 20:18:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Displaying-SAS-Graph-in-EG/m-p/157526#M12262</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-24T20:18:47Z</dc:date>
    </item>
  </channel>
</rss>

