<?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: variable not found in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/variable-not-found/m-p/597636#M172224</link>
    <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/290508"&gt;@pinkyloop&lt;/a&gt;, nicely asked question, showing code and error message (not everyone does), followed by a quick response from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To round it off, it would also be good to mark the response from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;&amp;nbsp; as the solution, which highlights the question as solved for the benefit of others and gives&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;&amp;nbsp; further recognition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2019 07:53:45 GMT</pubDate>
    <dc:creator>Amir</dc:creator>
    <dc:date>2019-10-18T07:53:45Z</dc:date>
    <item>
      <title>variable not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/variable-not-found/m-p/597592#M172202</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i need help with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;i created&amp;nbsp; a variable Adjgpa with is code&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;proc means data=merged mean;&lt;BR /&gt;var GPA;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;data Adjgpa;&lt;BR /&gt;set Merged;&lt;BR /&gt;adjgpa=(GPA-3.18);&lt;BR /&gt;run;&lt;BR /&gt;proc print data=Adjgpa (obs=10);&lt;BR /&gt;run;&lt;BR /&gt;proc contents data=adjgpa;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;then i tried to run this code&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;proc univariate data =merged noprint;&lt;BR /&gt; var adjgpa;&lt;BR /&gt;histogram ;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;and it gives me this error:Variable Adjgpa not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what am i doing wrong please&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 02:51:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/variable-not-found/m-p/597592#M172202</guid>
      <dc:creator>pinkyloop</dc:creator>
      <dc:date>2019-10-18T02:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: variable not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/variable-not-found/m-p/597595#M172204</link>
      <description>&lt;P&gt;You seem to point to the wrong table for the proc univariate.&lt;/P&gt;
&lt;P&gt;Shouldn't you use&amp;nbsp;&lt;STRONG&gt;Adjgpa&lt;/STRONG&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 03:09:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/variable-not-found/m-p/597595#M172204</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-10-18T03:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: variable not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/variable-not-found/m-p/597596#M172205</link>
      <description>Like this?&lt;BR /&gt;&lt;BR /&gt;proc univariate data =adjgpa noprint;&lt;BR /&gt;var adjgpa;&lt;BR /&gt;histogram ;&lt;BR /&gt;run;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Oct 2019 03:11:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/variable-not-found/m-p/597596#M172205</guid>
      <dc:creator>pinkyloop</dc:creator>
      <dc:date>2019-10-18T03:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: variable not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/variable-not-found/m-p/597597#M172206</link>
      <description>&lt;P&gt;I used this&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;proc univariate data =adjgpa noprint;&lt;BR /&gt; var adjgpa;&lt;BR /&gt;histogram ;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 03:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/variable-not-found/m-p/597597#M172206</guid>
      <dc:creator>pinkyloop</dc:creator>
      <dc:date>2019-10-18T03:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: variable not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/variable-not-found/m-p/597636#M172224</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/290508"&gt;@pinkyloop&lt;/a&gt;, nicely asked question, showing code and error message (not everyone does), followed by a quick response from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To round it off, it would also be good to mark the response from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;&amp;nbsp; as the solution, which highlights the question as solved for the benefit of others and gives&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;&amp;nbsp; further recognition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 07:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/variable-not-found/m-p/597636#M172224</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2019-10-18T07:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: variable not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/variable-not-found/m-p/597725#M172245</link>
      <description>Thanks</description>
      <pubDate>Fri, 18 Oct 2019 14:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/variable-not-found/m-p/597725#M172245</guid>
      <dc:creator>pinkyloop</dc:creator>
      <dc:date>2019-10-18T14:30:20Z</dc:date>
    </item>
  </channel>
</rss>

