<?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 Alternative way to write code for missing values? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Alternative-way-to-write-code-for-missing-values/m-p/615682#M18808</link>
    <description>&lt;PRE&gt;proc print data=pg1.eu_occ;
    where Hotel is missing and ShortStay is missing and 
          Camp is missing;
run;&lt;/PRE&gt;&lt;P&gt;Is there a "shortcut" code to the WHERE statement?&amp;nbsp; &amp;nbsp;Why can't you use:&amp;nbsp; WHERE Hotel and ShortStay and Camp is missing;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2020 15:10:49 GMT</pubDate>
    <dc:creator>AJS1</dc:creator>
    <dc:date>2020-01-07T15:10:49Z</dc:date>
    <item>
      <title>Alternative way to write code for missing values?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Alternative-way-to-write-code-for-missing-values/m-p/615682#M18808</link>
      <description>&lt;PRE&gt;proc print data=pg1.eu_occ;
    where Hotel is missing and ShortStay is missing and 
          Camp is missing;
run;&lt;/PRE&gt;&lt;P&gt;Is there a "shortcut" code to the WHERE statement?&amp;nbsp; &amp;nbsp;Why can't you use:&amp;nbsp; WHERE Hotel and ShortStay and Camp is missing;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 15:10:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Alternative-way-to-write-code-for-missing-values/m-p/615682#M18808</guid>
      <dc:creator>AJS1</dc:creator>
      <dc:date>2020-01-07T15:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way to write code for missing values?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Alternative-way-to-write-code-for-missing-values/m-p/615686#M18809</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/304846"&gt;@AJS1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;PRE&gt;proc print data=pg1.eu_occ;
    where Hotel is missing and ShortStay is missing and 
          Camp is missing;
run;&lt;/PRE&gt;
&lt;P&gt;Is there a "shortcut" code to the WHERE statement?&amp;nbsp; &amp;nbsp;&lt;FONT color="#ff0000"&gt;Why can't you use:&amp;nbsp; WHERE Hotel and ShortStay and Camp is missing;&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Because that &lt;FONT color="#ff0000"&gt;syntax is invalid&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;35         proc print data=sashelp.class;
36            where cmiss(name,age,weight) eq 3;
37            run;

NOTE: No observations were selected from data set SASHELP.CLASS.
NOTE: There were 0 observations read from the data set SASHELP.CLASS.
      WHERE CMISS(name, age, weight)=3;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 15:16:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Alternative-way-to-write-code-for-missing-values/m-p/615686#M18809</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2020-01-07T15:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way to write code for missing values?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Alternative-way-to-write-code-for-missing-values/m-p/615715#M18810</link>
      <description>&lt;P&gt;Does cmiss represent "character missing"?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 16:17:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Alternative-way-to-write-code-for-missing-values/m-p/615715#M18810</guid>
      <dc:creator>AJS1</dc:creator>
      <dc:date>2020-01-07T16:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way to write code for missing values?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Alternative-way-to-write-code-for-missing-values/m-p/615724#M18812</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xis-shortDescription"&gt;&lt;FONT color="#ff0000"&gt;Counts&lt;/FONT&gt; the number of missing arguments.&lt;/P&gt;
&lt;TABLE class="xis-summary"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="xis-category"&gt;Category:&lt;/TD&gt;
&lt;TD class="xis-summaryValue"&gt;Descriptive Statistics&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Tue, 07 Jan 2020 17:10:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Alternative-way-to-write-code-for-missing-values/m-p/615724#M18812</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2020-01-07T17:10:38Z</dc:date>
    </item>
  </channel>
</rss>

