<?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 How to print the observations that are deleted due to missing values in SAS? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-the-observations-that-are-deleted-due-to-missing/m-p/255410#M57061</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I used the proc surveylogistic in SAS, the number of observations deleted is larger than the number of obervations with missing values, so I want to print the excluded observations to check where is wrong with the data. I searched for several hours but did not find how to do that. Could anyone help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Miao&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2016 02:31:50 GMT</pubDate>
    <dc:creator>Magicpeace</dc:creator>
    <dc:date>2016-03-09T02:31:50Z</dc:date>
    <item>
      <title>How to print the observations that are deleted due to missing values in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-the-observations-that-are-deleted-due-to-missing/m-p/255410#M57061</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I used the proc surveylogistic in SAS, the number of observations deleted is larger than the number of obervations with missing values, so I want to print the excluded observations to check where is wrong with the data. I searched for several hours but did not find how to do that. Could anyone help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Miao&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 02:31:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-print-the-observations-that-are-deleted-due-to-missing/m-p/255410#M57061</guid>
      <dc:creator>Magicpeace</dc:creator>
      <dc:date>2016-03-09T02:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Could anyone help with how to print the observations that are deleted due to missing values in S</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-the-observations-that-are-deleted-due-to-missing/m-p/255413#M57062</link>
      <description>&lt;P&gt;I don't think there's an easy way, but you could relatively easy move that into a proc print.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc print data=have;
where nmiss(numeric variable list)&amp;gt;0 or cmiss(character variable list)&amp;gt;0;
var numeric_variable_list character_variable_list;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 Mar 2016 02:30:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-print-the-observations-that-are-deleted-due-to-missing/m-p/255413#M57062</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-09T02:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Could anyone help with how to print the observations that are deleted due to missing values in S</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-the-observations-that-are-deleted-due-to-missing/m-p/255431#M57063</link>
      <description>&lt;P&gt;Thanks! I just found the reason is that I put more variables in the class statement than I put in the model statement, and SAS will remove all the observations with missing values in the class or model statement. That is why the number of observations deleted due to missing values is larger than the number of variables with missing values in the model..... &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 03:15:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-print-the-observations-that-are-deleted-due-to-missing/m-p/255431#M57063</guid>
      <dc:creator>Magicpeace</dc:creator>
      <dc:date>2016-03-09T03:15:57Z</dc:date>
    </item>
  </channel>
</rss>

