<?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: Error Message - Graphs in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Error-Message-Graphs/m-p/458496#M15796</link>
    <description>&lt;P&gt;You missed to write the dataset to be used.&lt;/P&gt;
&lt;P&gt;Without data the variables are unknown.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The syntax should be like:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc plot data=&amp;lt;my_data&amp;gt; &amp;lt;more options&amp;gt; ;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Apr 2018 00:28:58 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2018-04-30T00:28:58Z</dc:date>
    <item>
      <title>Error Message - Graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Error-Message-Graphs/m-p/458490#M15795</link>
      <description>&lt;P&gt;What am I entering wrong in the following?&amp;nbsp; I am trying to make a graph of factor 2 vs factor 1 and factor 3 vs factor 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;386 proc plot;&lt;/P&gt;&lt;P&gt;387 plot factor2*factor1=brand factor3*factor1=brand;&lt;/P&gt;&lt;P&gt;ERROR: Variable FACTOR2 not found.&lt;/P&gt;&lt;P&gt;ERROR: Variable FACTOR1 not found.&lt;/P&gt;&lt;P&gt;ERROR: Variable BRAND not found.&lt;/P&gt;&lt;P&gt;ERROR: Variable FACTOR3 not found.&lt;/P&gt;&lt;P&gt;ERROR: Variable FACTOR1 not found.&lt;/P&gt;&lt;P&gt;ERROR: Variable BRAND not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Apr 2018 22:59:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Error-Message-Graphs/m-p/458490#M15795</guid>
      <dc:creator>allison93</dc:creator>
      <dc:date>2018-04-29T22:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message - Graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Error-Message-Graphs/m-p/458496#M15796</link>
      <description>&lt;P&gt;You missed to write the dataset to be used.&lt;/P&gt;
&lt;P&gt;Without data the variables are unknown.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The syntax should be like:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc plot data=&amp;lt;my_data&amp;gt; &amp;lt;more options&amp;gt; ;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 00:28:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Error-Message-Graphs/m-p/458496#M15796</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2018-04-30T00:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message - Graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Error-Message-Graphs/m-p/458504#M15797</link>
      <description>PROC PLOT is still supported? I would suggest trying PROC SGPLOT instead, but the syntax is different.</description>
      <pubDate>Mon, 30 Apr 2018 01:58:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Error-Message-Graphs/m-p/458504#M15797</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-30T01:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message - Graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Error-Message-Graphs/m-p/465130#M16027</link>
      <description>&lt;P&gt;For some procs, if you don't specify a data=, then it will use the last active dataset.&lt;/P&gt;
&lt;P&gt;Here's an example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sort data=sashelp.class;&lt;BR /&gt;by age;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc plot;&lt;BR /&gt;plot height*weight;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I would recommend always specifying the data=, so there is no uncertainty, like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc plot data=sashelp.class;&lt;BR /&gt;plot height*weight;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 15:56:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Error-Message-Graphs/m-p/465130#M16027</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2018-05-25T15:56:57Z</dc:date>
    </item>
  </channel>
</rss>

