<?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: case when in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/case-when/m-p/150407#M262438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;reeza always beats me to the answer...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2014 17:21:11 GMT</pubDate>
    <dc:creator>DBailey</dc:creator>
    <dc:date>2014-03-20T17:21:11Z</dc:date>
    <item>
      <title>case when</title>
      <link>https://communities.sas.com/t5/SAS-Programming/case-when/m-p/150404#M262435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the next code:&lt;/P&gt;&lt;P&gt;"case when t1.AGB_instelling = '1.06' then Key_spec='03.05'&lt;/P&gt;&lt;P&gt;when t1.AGB_instelling = '1.07' then Key_spec='03.06'&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eacht AGB_instelling there are N Key_spec, for the two mentioned AGB_inst. I want the mentioned Key_spec but for other AGB_instellingen I don't care. But in the results I only found the two mentioned AGB_instellingen and no other. How can this be solved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 17:09:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/case-when/m-p/150404#M262435</guid>
      <dc:creator>Christien</dc:creator>
      <dc:date>2014-03-20T17:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: case when</title>
      <link>https://communities.sas.com/t5/SAS-Programming/case-when/m-p/150405#M262436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case when t1.AGB_instelling = '1.06' then Key_spec='03.05'&lt;/P&gt;&lt;P&gt;when t1.AGB_instelling = '1.07' then Key_spec='03.06'&lt;/P&gt;&lt;P&gt;else key_spec="dont care"&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 17:19:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/case-when/m-p/150405#M262436</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-03-20T17:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: case when</title>
      <link>https://communities.sas.com/t5/SAS-Programming/case-when/m-p/150406#M262437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should use the else clause to specify what should happen.&lt;/P&gt;&lt;P&gt;case &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; when t1.AGB_instelling = '1.06' then Key_spec='03.05'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; when t1.AGB_instelling = '1.07' then Key_spec='03.06'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else ????&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 17:20:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/case-when/m-p/150406#M262437</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2014-03-20T17:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: case when</title>
      <link>https://communities.sas.com/t5/SAS-Programming/case-when/m-p/150407#M262438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;reeza always beats me to the answer...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 17:21:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/case-when/m-p/150407#M262438</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2014-03-20T17:21:11Z</dc:date>
    </item>
  </channel>
</rss>

