<?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 Statistical Graphics and EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Statistical-Graphics-and-EG/m-p/124701#M10264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am working at a site with a (DI) SAS Server that does not have SAS/Graph.&lt;/P&gt;&lt;P&gt;In the future things will be merged with a BI Server elsewhere that does have SAS/Graph. But that may take some while (months, half a year, ??), and some people here would like to create graphs with the data on the DI Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Statistical Graphics are available, since that now is part of the Base product. And as far as I understand SG is the future, and SAS/Graph in the long run a dead end.&lt;/P&gt;&lt;P&gt;But most tasks in EG that create graphics are still based on SAS/Graph. Does anybody know about plans to create alternative tasks for straightforward graphics that use SG instead of SAS/Graph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only suggestions I now have for those people are to try some of the more statistical oriented tasks (but not those that require SAS/Stat...) and see if they there can find the graph they want.&lt;/P&gt;&lt;P&gt;Or try to learn the SG syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jul 2013 14:21:12 GMT</pubDate>
    <dc:creator>FrankPoppe</dc:creator>
    <dc:date>2013-07-02T14:21:12Z</dc:date>
    <item>
      <title>Statistical Graphics and EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Statistical-Graphics-and-EG/m-p/124701#M10264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am working at a site with a (DI) SAS Server that does not have SAS/Graph.&lt;/P&gt;&lt;P&gt;In the future things will be merged with a BI Server elsewhere that does have SAS/Graph. But that may take some while (months, half a year, ??), and some people here would like to create graphs with the data on the DI Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Statistical Graphics are available, since that now is part of the Base product. And as far as I understand SG is the future, and SAS/Graph in the long run a dead end.&lt;/P&gt;&lt;P&gt;But most tasks in EG that create graphics are still based on SAS/Graph. Does anybody know about plans to create alternative tasks for straightforward graphics that use SG instead of SAS/Graph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only suggestions I now have for those people are to try some of the more statistical oriented tasks (but not those that require SAS/Stat...) and see if they there can find the graph they want.&lt;/P&gt;&lt;P&gt;Or try to learn the SG syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 14:21:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Statistical-Graphics-and-EG/m-p/124701#M10264</guid>
      <dc:creator>FrankPoppe</dc:creator>
      <dc:date>2013-07-02T14:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Statistical Graphics and EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Statistical-Graphics-and-EG/m-p/124702#M10265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you referring to when&amp;nbsp; you say SG syntax? Are you talking about the Graphing Template language or the Statistical Graphs procedures such as SGPLOT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what version of EG/DI Server are you on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 16:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Statistical-Graphics-and-EG/m-p/124702#M10265</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-07-02T16:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Statistical Graphics and EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Statistical-Graphics-and-EG/m-p/124703#M10266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Scatter Plot Matrix task uses SGSCATTER.&amp;nbsp; And there is some integration with the ODS Graph Designer and the ability to render graph definitions that you create with it.&amp;nbsp; See:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2011/03/02/using-ods-graphics-designer-with-sas-enterprise-guide-4-3/" title="http://blogs.sas.com/content/sasdummy/2011/03/02/using-ods-graphics-designer-with-sas-enterprise-guide-4-3/"&gt; Using ODS Graphics Designer with SAS Enterprise Guide 4.3 - The SAS Dummy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SGPLOT offers fairly simple syntax to accomplish the basic graphs, but a bit of learning is needed if you're not accustomed to programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that there are some ideas for doing more with the SG procedures as tasks within SAS Enterprise Guide, but I can't speak to the timeframe for when/if that might happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 16:51:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Statistical-Graphics-and-EG/m-p/124703#M10266</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2013-07-02T16:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Statistical Graphics and EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Statistical-Graphics-and-EG/m-p/124704#M10267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Reeza&lt;/P&gt;&lt;P&gt;Any SG syntax.&lt;/P&gt;&lt;P&gt;Getting SG output from the few Base procedures that do that (I think CORR, FREQ and UNIVARIATE), or SGPLOT/SGSCATTER etc, or GTL with SGRENDER. Probably in that order, but whatever is the easiest/best/fastest way to result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have SAS 9.3 on the server and the EG version that was delivered with that (I think 5.1, can't check right now).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Chris@SAS&lt;/P&gt;&lt;P&gt;As nobody has SAS installed locally the ODS Graphics Designer is not an option.&lt;/P&gt;&lt;P&gt;I'll see if I can get somebody to try SGPLOT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding SG in EG tasks, thanks, and I understand you cannot say anything about timeframes (and if you could you probably would be punished if you did &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;).&lt;/P&gt;&lt;P&gt;But it is clear 9.4 will definitely not have something like that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 19:47:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Statistical-Graphics-and-EG/m-p/124704#M10267</guid>
      <dc:creator>FrankPoppe</dc:creator>
      <dc:date>2013-07-02T19:47:47Z</dc:date>
    </item>
  </channel>
</rss>

