<?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: Deleting a group of observations with missing values in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/414951#M67543</link>
    <description>&lt;P&gt;Drop the first part of the WHERE clause in the answer to your almost similar question &lt;A href="https://communities.sas.com/t5/SAS-Procedures/How-to-group-and-delete-observations-ID-with-any-missing-values/m-p/414719#M67523" target="_self"&gt;here&lt;/A&gt;, so that the&amp;nbsp;nested select clause looks like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;select ID from have where cmiss(&amp;amp;varlist) &amp;gt; 0&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Nov 2017 20:49:33 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2017-11-20T20:49:33Z</dc:date>
    <item>
      <title>Deleting a group of observations with missing values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/414936#M67541</link>
      <description>&lt;DIV class="lia-message-heading lia-component-message-header"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-message-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;I created a data set to help explain my question. In my&amp;nbsp;example, researchers are trying to understand the impact of different types of&amp;nbsp; Diet plans on change in BMI over 3 study visits.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID Visit&amp;nbsp; Sex&amp;nbsp; Age&amp;nbsp; &amp;nbsp;Height&amp;nbsp; &amp;nbsp;Weight (lbs)&amp;nbsp; &amp;nbsp; &amp;nbsp;Diet (Type)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; 23&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.75&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;200&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; 18&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 300&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 195&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; 24&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.75&amp;nbsp; &amp;nbsp; &amp;nbsp; 180&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; 19&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;321&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; 29&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; 3&amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; 25&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.75&amp;nbsp; &amp;nbsp; &amp;nbsp;170&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; 3&amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 280&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; 3&amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;30&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.5&amp;nbsp; &amp;nbsp; &amp;nbsp; 135&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to remove &lt;STRONG&gt;all&lt;/STRONG&gt; observations for an&amp;nbsp;ID if it has &lt;STRONG&gt;any&lt;/STRONG&gt; missing values (I want a new data set that ONLY contains ID &lt;STRONG&gt;with&amp;nbsp;observations for all visits&lt;/STRONG&gt;). &lt;STRONG&gt;So the new data set would only include ID1 (since ID2 and ID3 have missing values)&lt;/STRONG&gt;. My desired output is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID Visit&amp;nbsp; Sex&amp;nbsp; Age&amp;nbsp; &amp;nbsp;Height&amp;nbsp; &amp;nbsp;Weight (lbs)&amp;nbsp; &amp;nbsp; &amp;nbsp;Diet (Type)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; 23&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.75&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;200&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; 24&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.75&amp;nbsp; &amp;nbsp; &amp;nbsp; 180&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; 3&amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; 25&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.75&amp;nbsp; &amp;nbsp; &amp;nbsp;170&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to apply this concept to a large data set with ~50 variables. So l would like help to get the desired output &lt;STRONG&gt;without listing the 50 variable names in a procedure&lt;/STRONG&gt;. I think I can do this by using proc sql, but I am confused on how to do this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Nov 2017 20:21:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/414936#M67541</guid>
      <dc:creator>lousam</dc:creator>
      <dc:date>2017-11-20T20:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a group of observations with missing values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/414947#M67542</link>
      <description>&lt;P&gt;Your query is similar to the next one - see link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/How-to-group-and-delete-observations-ID-with-any-missing-values/m-p/414719#M67523" target="_self"&gt;https://communities.sas.com/t5/SAS-Procedures/How-to-group-and-delete-observations-ID-with-any-missing-values/m-p/414719#M67523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 20:42:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/414947#M67542</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-11-20T20:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a group of observations with missing values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/414951#M67543</link>
      <description>&lt;P&gt;Drop the first part of the WHERE clause in the answer to your almost similar question &lt;A href="https://communities.sas.com/t5/SAS-Procedures/How-to-group-and-delete-observations-ID-with-any-missing-values/m-p/414719#M67523" target="_self"&gt;here&lt;/A&gt;, so that the&amp;nbsp;nested select clause looks like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;select ID from have where cmiss(&amp;amp;varlist) &amp;gt; 0&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 20:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/414951#M67543</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-11-20T20:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a group of observations with missing values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/414952#M67544</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;So l would like help to get the desired output&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;without listing the 50 variable names in a procedure&lt;/STRONG&gt;&lt;SPAN&gt;. I think I can do this by using proc sql, but I am confused on how to do this.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SQL and PROC SQL do not support variable lists, so a SQL approach will not be efficient here, especially in terms of your programming time. You could possibly use a macro, but the solution that seems appropriate here is a data step with the use of an array.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The solution in your previous question seems to apply so I'm confused as to why you've reposted this question today.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 20:51:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/414952#M67544</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-20T20:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a group of observations with missing values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/414966#M67545</link>
      <description>&lt;P&gt;Thank you, I apologize for the duplicate question. I accepted the response prior to running the code but I am having some difficulty getting SAS to run the code. I used a portion of the code you provided to restrict the data to individuals whose weight &amp;gt;200 at visit1, but I have not been able to delete ID with missing data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code I used:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;create table want as&lt;BR /&gt;select * from&amp;nbsp;have&lt;BR /&gt;where ID not in&lt;BR /&gt;(select ID from have where Visit=1 and&amp;nbsp;&amp;nbsp;Weight &amp;lt;200); quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I am trying to delete all ID with missing data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am confused about the following parts of your code:&lt;/P&gt;&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token statement"&gt;select&lt;/SPAN&gt; name &lt;SPAN class="token keyword"&gt;into&lt;/SPAN&gt; :varlist separated &lt;SPAN class="token statement"&gt;by&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;','&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;from&lt;/SPAN&gt; dictionary&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token keyword"&gt;columns&lt;/SPAN&gt; &lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token statement"&gt;select&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;ID&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;from&lt;/SPAN&gt; have &lt;SPAN class="token statement"&gt;where&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;cmiss&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;&amp;amp;&lt;/SPAN&gt;varlist&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt; &lt;SPAN class="token operator"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="token number"&gt;0&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the role of "&lt;STRONG&gt;select&lt;/STRONG&gt; name" and ":varlist" in the first line? I understand that you can use &lt;STRONG&gt;select&lt;/STRONG&gt;&amp;nbsp;to store a list of variables. Does "name" automatically list all the variables found in the libname and data set specified, and then stores it in "varlist"?&amp;nbsp; Is the role of "dictionary.columns" to specify that the variable names are found in the column part of the data set?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does "&amp;amp;varlist" do in the second line of the code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am&amp;nbsp;a new SAS user, and I appreciate all of your help with this&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 21:45:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/414966#M67545</guid>
      <dc:creator>lousam</dc:creator>
      <dc:date>2017-11-20T21:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a group of observations with missing values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/415165#M67555</link>
      <description>&lt;P&gt;How about this one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input ID Visit  Sex  Age   Height   Weight     Diet ;
cards;
1    1     0      23       1.75       200                  0
2    1     0      18        2.1        300                  1
3    1     1      .           1.5        195                  2
1    2     0      24        1.75      180                  0
2    2     0      19          .           321                 1
3    2     1      29        1.5           .                    2
1    3     0      25        1.75     170                   0
2    3     0       .          2.1        280                  1
3    3     1       30        1.5      135                   2
;
run;
data temp;
 set have;
 if cmiss(of _all_) then flag=1;
run;

proc sql;
create table want(drop=flag) as
select *
 from temp
  group by id
   having sum(flag)=.;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Nov 2017 13:21:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/415165#M67555</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-11-21T13:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a group of observations with missing values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/415351#M67567</link>
      <description>&lt;P&gt;Run next code and look at result:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;select * 
      from dictionary.columns 
      where libname='WORK' and memname='HAVE' ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;you will see that&amp;nbsp;&lt;STRONG&gt;name&lt;/STRONG&gt; column holds the variable name in the specific dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
   select name into :varlist separated by ',' 
      from dictionary.columns 
      where libname='WORK' and memname='HAVE' ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;creates a macro variable named&amp;nbsp;&lt;STRONG&gt;varlist&lt;/STRONG&gt; containing the list of variables in&amp;nbsp;&lt;STRONG&gt;work.have&lt;/STRONG&gt; dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the second part of the code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;select ID from have where cmiss(&amp;amp;varlist) &amp;gt; 0&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;cmis&lt;/STRONG&gt; function - counts missing variables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The full code removes observations if there are any missing variable (count &amp;gt; 0).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 01:14:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-group-of-observations-with-missing-values/m-p/415351#M67567</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-11-22T01:14:43Z</dc:date>
    </item>
  </channel>
</rss>

