<?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: A fundamental question. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/A-fundamental-question/m-p/24765#M4231</link>
    <description>Come on - need to see the SAS log output for this type of question.  We're working with computers here, not voodoo.  Reply to your post and paste all of the SAS log output - remember to show all SAS code executed, obviously for as many DATA steps (or otherwise) invoked to get to your conclusion/observation, please.  Without this additional diagnostic info, anyone's reply is a crap-shoot.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Wed, 29 Apr 2009 12:24:18 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-04-29T12:24:18Z</dc:date>
    <item>
      <title>A fundamental question.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-fundamental-question/m-p/24764#M4230</link>
      <description>I have an original data set, ORIGINAL, with 521 237 records, and with several variables. Two of them are VAR1 and VAR2, both numeric varibles.&lt;BR /&gt;
&lt;BR /&gt;
I run this code:&lt;BR /&gt;
&lt;BR /&gt;
data out1;&lt;BR /&gt;
set original;&lt;BR /&gt;
if var1&amp;lt;100;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Data set OUT1 then has 20 124 records.&lt;BR /&gt;
&lt;BR /&gt;
Then I start from the beginnning again and run this code:&lt;BR /&gt;
&lt;BR /&gt;
data out2(where=(var2=7));&lt;BR /&gt;
set original;&lt;BR /&gt;
if var1&amp;lt;100;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Data set OUT2 then has 28 784 records.&lt;BR /&gt;
&lt;BR /&gt;
This is very strange. I get more records that saitsfies the if condition when I have a smaller subset.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Can you think of any situation where this could happen?&lt;/B&gt;</description>
      <pubDate>Wed, 29 Apr 2009 08:23:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-fundamental-question/m-p/24764#M4230</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-29T08:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: A fundamental question.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-fundamental-question/m-p/24765#M4231</link>
      <description>Come on - need to see the SAS log output for this type of question.  We're working with computers here, not voodoo.  Reply to your post and paste all of the SAS log output - remember to show all SAS code executed, obviously for as many DATA steps (or otherwise) invoked to get to your conclusion/observation, please.  Without this additional diagnostic info, anyone's reply is a crap-shoot.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 29 Apr 2009 12:24:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-fundamental-question/m-p/24765#M4231</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-29T12:24:18Z</dc:date>
    </item>
  </channel>
</rss>

