<?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: What am I missing in this code? in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/What-am-I-missing-in-this-code/m-p/943959#M1496</link>
    <description>&lt;P&gt;In the character strings, case matters. EVER% and Ever% match different values.&lt;/P&gt;</description>
    <pubDate>Sun, 15 Sep 2024 00:10:28 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2024-09-15T00:10:28Z</dc:date>
    <item>
      <title>What am I missing in this code?</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/What-am-I-missing-in-this-code/m-p/943958#M1495</link>
      <description>&lt;P&gt;I wrote this line of code to solve one of the practice questions in Lesson 5 of Programming 1 but it's not returning any observations:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ODS Graphics On;&lt;BR /&gt;ODS noproctitle;&lt;BR /&gt;title "Categories of Reported Species";&lt;BR /&gt;title2 "in the Everglades";&lt;BR /&gt;proc freq data=pg1.np_species order=freq;&lt;BR /&gt;          tables Category / nocum plots=freqplot;&lt;BR /&gt;          where Species_ID like "Ever%" and &lt;BR /&gt;                Category ne "Vascular Plant";&lt;BR /&gt;run;&lt;BR /&gt;title;&lt;/PRE&gt;&lt;P&gt;When I checked the solution it showed this line of code which appears to be the same thing to me but it returns observations:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods graphics on;&lt;BR /&gt;ods noproctitle;&lt;BR /&gt;title1 "Categories of Reported Species";&lt;BR /&gt;title2 "in the Everglades";&lt;BR /&gt;proc freq data=pg1.np_species order=freq;&lt;BR /&gt;    tables Category / nocum plots=freqplot;&lt;BR /&gt;    where Species_ID like "EVER%" and &lt;BR /&gt;          Category ne "Vascular Plant";&lt;BR /&gt;run;&lt;BR /&gt;title;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Are they the same or am I missing something here?&lt;/P&gt;</description>
      <pubDate>Sat, 14 Sep 2024 22:50:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/What-am-I-missing-in-this-code/m-p/943958#M1495</guid>
      <dc:creator>OliviaOk</dc:creator>
      <dc:date>2024-09-14T22:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: What am I missing in this code?</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/What-am-I-missing-in-this-code/m-p/943959#M1496</link>
      <description>&lt;P&gt;In the character strings, case matters. EVER% and Ever% match different values.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2024 00:10:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/What-am-I-missing-in-this-code/m-p/943959#M1496</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2024-09-15T00:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: What am I missing in this code?</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/What-am-I-missing-in-this-code/m-p/944366#M1497</link>
      <description>Wow, thank you. It’s the little things, I really didn’t notice that.</description>
      <pubDate>Wed, 18 Sep 2024 09:41:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/What-am-I-missing-in-this-code/m-p/944366#M1497</guid>
      <dc:creator>OliviaOk</dc:creator>
      <dc:date>2024-09-18T09:41:24Z</dc:date>
    </item>
  </channel>
</rss>

