<?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: Plotit macro in University Edition in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/653762#M196372</link>
    <description>The plotit macro uses SAS/GRAPH module which isn't included in SAS UE. GPLOT is fairly old, you should be using SGPLOT these days instead. &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Jun 2020 19:06:19 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-06-05T19:06:19Z</dc:date>
    <item>
      <title>Plotit macro in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/653760#M196370</link>
      <description>&lt;P&gt;Is the Plotit macro still available in University Edition? This is the error messages I get, but yet I can do statistical procedures and run graphics.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;80 %plotit(data=outcanRS, plotvars=Can2 Can1,&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 labelvar=_blank_, symvar=depth, typevar=depth,&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 symsize=1, symlen=4, exttypes=symbol, ls=100,&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83 tsize=1.5, extend=close);&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;STRONG&gt;ERROR: SAS/STAT and SAS/GRAPH must be licensed to run this macro.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;STRONG&gt;ERROR: The PLOTIT macro ended abnormally.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 19:00:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/653760#M196370</guid>
      <dc:creator>mthorne</dc:creator>
      <dc:date>2020-06-05T19:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Plotit macro in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/653762#M196372</link>
      <description>The plotit macro uses SAS/GRAPH module which isn't included in SAS UE. GPLOT is fairly old, you should be using SGPLOT these days instead. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jun 2020 19:06:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/653762#M196372</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-06-05T19:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Plotit macro in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/654058#M196470</link>
      <description>&lt;P&gt;The plotit macro has NOTHING to do with GPLOT. I wrote it decades ago to circumvent major deficiencies in GPLOT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That said, I totally agree that SGPLOT is a far better alternative for making scatter plots.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 19:54:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/654058#M196470</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2020-06-07T19:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Plotit macro in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/654062#M196473</link>
      <description>Thanks for the reply!&lt;BR /&gt;&lt;BR /&gt;I am using Candisc and I found an example for using Template and Sgrender. Is there a better method?&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Jun 2020 20:15:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/654062#M196473</guid>
      <dc:creator>mthorne</dc:creator>
      <dc:date>2020-06-07T20:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Plotit macro in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/654065#M196475</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16777"&gt;@WarrenKuhfeld&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The plotit macro has NOTHING to do with GPLOT. I wrote it decades ago to circumvent major deficiencies in GPLOT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That said, I totally agree that SGPLOT is a far better alternative for making scatter plots.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Both the error message in the original post and header of the file that has the PLOTIT macro seem to claim that SAS/GRAPH (of which GPLOT is one of the procedures) is required.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; /*    MISC: The following SAS products are required to run      */
 /*          this macro: BASE, STAT, GRAPH.                      */&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 07 Jun 2020 21:01:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/654065#M196475</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-06-07T21:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Plotit macro in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/654067#M196477</link>
      <description>&lt;P&gt;The message is accurate. SAS/GRAPH is required. There are all kinds of procs in SAS/GRAPH, including GPLOT, that have nothing to do with the macro. None of that changes the fact that SAS/GRAPH is required. No one cares about the details of plotit any more. I don't remember the details myself, and I wrote it. However, I am certain that it did not use GPLOT and that the frustration of GPLOT not providing a way to label points led me to write it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use SGPLOT! It is the modern way-cool way to do things in SAS. Don't worry about a macro that I wrote decades ago that has been eclipsed by newer and better technology.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 21:22:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/654067#M196477</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2020-06-07T21:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Plotit macro in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/654068#M196478</link>
      <description>&lt;P&gt;BTW, the fact that the macro printed a message proves that it is available in University Edition, even if it does not actually work in University Edition (because SAS/GRAPH is not available in University Edition). It could not print a message if it were not there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 21:28:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Plotit-macro-in-University-Edition/m-p/654068#M196478</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2020-06-07T21:28:43Z</dc:date>
    </item>
  </channel>
</rss>

