<?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 Starting with Graphs in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206676#M51348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm an experienced SAS user but haven't had any experience creating graphs in SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first questions is: Can I create any basic graphs at all with just Base SAS or do I have to have SAS Graph to do any graphing what-so-ever?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I can create a basic graph in Base SAS where do I start?&amp;nbsp; I'm looking for the simplest proc statement to just get started with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 10:38:29 GMT</pubDate>
    <dc:creator>StaceyB</dc:creator>
    <dc:date>2015-03-20T10:38:29Z</dc:date>
    <item>
      <title>Starting with Graphs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206676#M51348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm an experienced SAS user but haven't had any experience creating graphs in SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first questions is: Can I create any basic graphs at all with just Base SAS or do I have to have SAS Graph to do any graphing what-so-ever?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I can create a basic graph in Base SAS where do I start?&amp;nbsp; I'm looking for the simplest proc statement to just get started with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 10:38:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206676#M51348</guid>
      <dc:creator>StaceyB</dc:creator>
      <dc:date>2015-03-20T10:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Starting with Graphs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206677#M51349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got started.&amp;nbsp; Tell me this - if I can run a &lt;STRONG&gt;proc sgplot&lt;/STRONG&gt; does that mean I have SAS Graph.&amp;nbsp; I'm thinking it does and that I must already have SAS Graph and didn't know it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 12:25:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206677#M51349</guid>
      <dc:creator>StaceyB</dc:creator>
      <dc:date>2015-03-20T12:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Starting with Graphs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206678#M51350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SGPLOT is part of Base SAS (since SAS 9.3).&amp;nbsp; Some traditional SAS graphical procedures -- GPLOT, GCHART, GMAP -- these are part of SAS/GRAPH.&amp;nbsp; To see if you have SAS/GRAPH, run:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #444444; font-size: 13px; background-color: rgba(255, 255, 255, 0.85098); font-family: 'Segoe UI', Segoe, Tahoma, Helvetica, Arial, sans-serif;"&gt;proc product_status; run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #444444; font-size: 13px; background-color: rgba(255, 255, 255, 0.85098); font-family: 'Segoe UI', Segoe, Tahoma, Helvetica, Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: 'Segoe UI', Segoe, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; background-color: rgba(255, 255, 255, 0.85098);"&gt;Example partial output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #444444; font-size: 13px; background-color: rgba(255, 255, 255, 0.85098); font-family: 'Segoe UI', Segoe, Tahoma, Helvetica, Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt;For Base SAS Software ...&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt;&amp;nbsp; Custom version information: 9.4_M2&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt;&amp;nbsp; Image version information: 9.04.01M2P072314&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt; For SAS/STAT ...&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt;&amp;nbsp; Custom version information: 13.2&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt; For SAS/GRAPH ...&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt;&amp;nbsp; Custom version information: 9.4_M2&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt; For SAS/ETS ...&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt;&amp;nbsp; Custom version information: 13.2&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt; For SAS/OR ...&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt;&amp;nbsp; Custom version information: 13.2&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt; For SAS/IML ...&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt;&amp;nbsp; Custom version information: 13.2&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 12:36:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206678#M51350</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-03-20T12:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Starting with Graphs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206679#M51351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, and if you want help with specific graphs in your new endeavor, be sure to check out the &lt;A __default_attr="51" __jive_macro_name="community" class="jive_macro jive_macro_community" href="https://communities.sas.com/" modifiedtitle="true" title="SAS/GRAPH and ODS Graphics"&gt;&lt;/A&gt; community.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 12:38:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206679#M51351</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-03-20T12:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Starting with Graphs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206680#M51352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 12:40:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206680#M51352</guid>
      <dc:creator>StaceyB</dc:creator>
      <dc:date>2015-03-20T12:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Starting with Graphs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206681#M51353</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;I found this site to be an excellent source of graphics help - &lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" title="http://blogs.sas.com/content/graphicallyspeaking/"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 22:32:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206681#M51353</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2015-03-20T22:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Starting with Graphs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206682#M51354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also:&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/" title="http://robslink.com/SAS/"&gt;Robert Allison's SAS/Graph Examples!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/sassamples/graphgallery/index.html" title="http://support.sas.com/sassamples/graphgallery/index.html"&gt;Graphics Samples Output Gallery&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 22:40:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Starting-with-Graphs/m-p/206682#M51354</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-20T22:40:50Z</dc:date>
    </item>
  </channel>
</rss>

