<?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 - Variable Not Found in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Error-Variable-Not-Found/m-p/350311#M63832</link>
    <description>&lt;P&gt;Make sure your dataset has the correct number of records.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Apr 2017 19:47:56 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-04-15T19:47:56Z</dc:date>
    <item>
      <title>Error - Variable Not Found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Variable-Not-Found/m-p/350292#M63828</link>
      <description>&lt;P&gt;I'm trying to run this code but I'm getting the&amp;nbsp;ERROR: variable&amp;nbsp;WORD not found. Please help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data word;
infile 'C:\Users\paul\Downloads\btt.dat' dlm=',' firstobs=2;
input Bweight 8-11 Momeduc 29;
run;

proc sort data=word;
by Momeduc;
run;

proc print;
run;

proc ANOVA data=word;
class Momeduc;
model word = Momeduc;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 18:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Variable-Not-Found/m-p/350292#M63828</guid>
      <dc:creator>pacruz</dc:creator>
      <dc:date>2017-04-15T18:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error - Variable Not Found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Variable-Not-Found/m-p/350294#M63829</link>
      <description>&lt;P&gt;You don't have a variable called word.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you mean to use:&amp;nbsp;&lt;SPAN&gt;model bweight&amp;nbsp;= Momeduc; ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Art, CEO, AnalystFinder.com&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 17:53:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Variable-Not-Found/m-p/350294#M63829</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-04-15T17:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error - Variable Not Found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Variable-Not-Found/m-p/350295#M63830</link>
      <description>&lt;P&gt;You have a data set named WORD, not a variable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at your import statement, you didn't import a variable named WORD so SAS can't find it. The MODEL statement should have the dependent variable on the left hand side of the = sign.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the future include your log in your post when you encounter an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 17:53:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Variable-Not-Found/m-p/350295#M63830</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-15T17:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error - Variable Not Found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Variable-Not-Found/m-p/350299#M63831</link>
      <description>&lt;P&gt;That worked. Another question will this code test &lt;SPAN style="color: #2d3b45; font-family: LatoWeb, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;whether the mean birth weight is the same for all levels of the mother’s education&lt;/SPAN&gt;?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 18:02:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Variable-Not-Found/m-p/350299#M63831</guid>
      <dc:creator>pacruz</dc:creator>
      <dc:date>2017-04-15T18:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error - Variable Not Found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Variable-Not-Found/m-p/350311#M63832</link>
      <description>&lt;P&gt;Make sure your dataset has the correct number of records.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 19:47:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Variable-Not-Found/m-p/350311#M63832</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-15T19:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error - Variable Not Found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Variable-Not-Found/m-p/350546#M63843</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/130858"&gt;@pacruz&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;That worked. Another question will this code test &lt;SPAN style="text-align: left; color: rgb(45, 59, 69); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: LatoWeb, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;whether the mean birth weight is the same for all levels of the mother’s education&lt;/SPAN&gt;?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;That's data, not code.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 15:32:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Variable-Not-Found/m-p/350546#M63843</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-17T15:32:56Z</dc:date>
    </item>
  </channel>
</rss>

