<?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 Question about if first... in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Question-about-if-first/m-p/348104#M80563</link>
    <description>&lt;P&gt;Hi, all, I try to select a subground base on if first condition, but the following simple one is not working! nothing error in the log not no any obs output! &amp;nbsp;Anyone can help to see what's the reason? thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data cars_sorted;&lt;BR /&gt;set cars;&lt;BR /&gt;if first.Make then output;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Apr 2017 14:00:40 GMT</pubDate>
    <dc:creator>emoryustc</dc:creator>
    <dc:date>2017-04-07T14:00:40Z</dc:date>
    <item>
      <title>Question about if first...</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-about-if-first/m-p/348104#M80563</link>
      <description>&lt;P&gt;Hi, all, I try to select a subground base on if first condition, but the following simple one is not working! nothing error in the log not no any obs output! &amp;nbsp;Anyone can help to see what's the reason? thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data cars_sorted;&lt;BR /&gt;set cars;&lt;BR /&gt;if first.Make then output;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 14:00:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-about-if-first/m-p/348104#M80563</guid>
      <dc:creator>emoryustc</dc:creator>
      <dc:date>2017-04-07T14:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Question about if first...</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-about-if-first/m-p/348106#M80564</link>
      <description>&lt;PRE&gt;data cars_sorted;
set cars;
by make;
if first.Make then output;
run;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Apr 2017 14:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-about-if-first/m-p/348106#M80564</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-04-07T14:03:21Z</dc:date>
    </item>
  </channel>
</rss>

