<?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: Whats Wrong with my code in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Whats-Wrong-with-my-code/m-p/356621#M83630</link>
    <description>&lt;P&gt;Check if you have kidid in table momkid ? (a.kidid = b.kidid)&lt;/P&gt;</description>
    <pubDate>Sat, 06 May 2017 15:24:58 GMT</pubDate>
    <dc:creator>robert215</dc:creator>
    <dc:date>2017-05-06T15:24:58Z</dc:date>
    <item>
      <title>Whats Wrong with my code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Whats-Wrong-with-my-code/m-p/356578#M83622</link>
      <description>&lt;P&gt;Proc SQL;&lt;BR /&gt;create table moth as&lt;BR /&gt;Select distinct a.motherid, a.perid as kidid,&lt;BR /&gt;a.tage as kidage, a.esex as kidgender, a.EHLTSTAT as kid_currhealth ,&lt;BR /&gt;a.EHOSPNIT as kid_nightsinhosp, a.EVISDOC as kid_docvisit&lt;BR /&gt;from momkid a, wave5top b&lt;BR /&gt;where a.motherid=b.perid&lt;BR /&gt;and a.tage lt 18&lt;BR /&gt;order by a.motherid, a.tage;&lt;BR /&gt;Quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Th log is not showing any errors its just showing 0 observations&amp;nbsp;&lt;/P&gt;&lt;P&gt;0 rows 7 columns&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2017 02:13:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Whats-Wrong-with-my-code/m-p/356578#M83622</guid>
      <dc:creator>Mike7</dc:creator>
      <dc:date>2017-05-06T02:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Whats Wrong with my code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Whats-Wrong-with-my-code/m-p/356580#M83623</link>
      <description>&lt;P&gt;No records met your WHERE criteria. Without seeing the data hard to tell if there is any error or not.&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2017 02:23:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Whats-Wrong-with-my-code/m-p/356580#M83623</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-05-06T02:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Whats Wrong with my code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Whats-Wrong-with-my-code/m-p/356621#M83630</link>
      <description>&lt;P&gt;Check if you have kidid in table momkid ? (a.kidid = b.kidid)&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2017 15:24:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Whats-Wrong-with-my-code/m-p/356621#M83630</guid>
      <dc:creator>robert215</dc:creator>
      <dc:date>2017-05-06T15:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Whats Wrong with my code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Whats-Wrong-with-my-code/m-p/356891#M83743</link>
      <description>&lt;P&gt;Some Possible causes&lt;/P&gt;
&lt;P&gt;1) No matching Momid = Perid&lt;/P&gt;
&lt;P&gt;2) no tage lt 18&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;3) None of the matching Momid=Perid have tage lt 18&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 15:04:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Whats-Wrong-with-my-code/m-p/356891#M83743</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-08T15:04:21Z</dc:date>
    </item>
  </channel>
</rss>

