<?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 CALL MISSING in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/CALL-MISSING/m-p/341101#M78015</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Iam beginner to sas programming,cud any one pls explain about missing call function of sas with an example,&lt;/P&gt;</description>
    <pubDate>Wed, 15 Mar 2017 08:07:51 GMT</pubDate>
    <dc:creator>molla</dc:creator>
    <dc:date>2017-03-15T08:07:51Z</dc:date>
    <item>
      <title>CALL MISSING</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-MISSING/m-p/341101#M78015</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Iam beginner to sas programming,cud any one pls explain about missing call function of sas with an example,&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 08:07:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-MISSING/m-p/341101#M78015</guid>
      <dc:creator>molla</dc:creator>
      <dc:date>2017-03-15T08:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: BASE  SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-MISSING/m-p/341104#M78017</link>
      <description>&lt;P&gt;Interesting that as a SAS beginner you chose to focus on CALL MISSING...&lt;/P&gt;
&lt;P&gt;Either way, such information can you get yourself&amp;nbsp;off &amp;nbsp;the shelf by a simple search, like this:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/69762/HTML/default/viewer.htm#p1iq436yh8838rn1ud38om45n99k.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lefunctionsref/69762/HTML/default/viewer.htm#p1iq436yh8838rn1ud38om45n99k.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 08:06:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-MISSING/m-p/341104#M78017</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-03-15T08:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: CALL MISSING</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CALL-MISSING/m-p/341180#M78056</link>
      <description>&lt;P&gt;Without CALL MISSING, you would use slightly different tools to set a variable to a missing value.&amp;nbsp; For numerics:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sales=.;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For character variables:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;name=' ';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With CALL MISSING, you don't need to know where a variable is character or numeric.&amp;nbsp; You can simply specify:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;call missing(sales);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, CALL MISSING lets you mention many variables at a time, setting them all to missing, in a single statement.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 13:28:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CALL-MISSING/m-p/341180#M78056</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-03-15T13:28:04Z</dc:date>
    </item>
  </channel>
</rss>

