<?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 use replacement node to replace null with zero? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-use-replacement-node-to-replace-null-with-zero/m-p/177030#M2089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to use replacement node to replace null with zero?&lt;/P&gt;&lt;P&gt;cannot google it, only find replace zero with missing&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 18:34:28 GMT</pubDate>
    <dc:creator>ken88</dc:creator>
    <dc:date>2014-10-08T18:34:28Z</dc:date>
    <item>
      <title>How to use replacement node to replace null with zero?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-use-replacement-node-to-replace-null-with-zero/m-p/177030#M2089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to use replacement node to replace null with zero?&lt;/P&gt;&lt;P&gt;cannot google it, only find replace zero with missing&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 18:34:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-use-replacement-node-to-replace-null-with-zero/m-p/177030#M2089</guid>
      <dc:creator>ken88</dc:creator>
      <dc:date>2014-10-08T18:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use replacement node to replace null with zero?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-use-replacement-node-to-replace-null-with-zero/m-p/177031#M2090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are looking for OPTION MISSING=0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 19:50:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-use-replacement-node-to-replace-null-with-zero/m-p/177031#M2090</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2014-10-08T19:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use replacement node to replace null with zero?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-use-replacement-node-to-replace-null-with-zero/m-p/177032#M2091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ken - Another option for you may be to use the Impute node to replace all missing values throughout the data set with 0.&amp;nbsp; This node does not offer the same level of control over the replacement criteria on a per variable basis as the Replacement node does, but it does provide other possibly more meaningful options for the replacement value (other than a default constant like 0).&amp;nbsp; If you haven't already, you may want to consider imputing missing values with the Impute node.&amp;nbsp; It all depends on how you intend to analyze the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use the Impute node to simply replace all missing values (for all variables) with 0, set the "Default Input Method" (or Default Target Method) to "Default Constant Value" and set the desired value in the entry provided below that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck with your analysis.&lt;/P&gt;&lt;P&gt;Brett&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 20:32:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-use-replacement-node-to-replace-null-with-zero/m-p/177032#M2091</guid>
      <dc:creator>BrettWujek</dc:creator>
      <dc:date>2014-10-08T20:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to use replacement node to replace null with zero?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-use-replacement-node-to-replace-null-with-zero/m-p/177033#M2092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NuLL is not equal to missing. The concepts in a RDBMS and statistical environment are different. What are you doing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 21:34:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-use-replacement-node-to-replace-null-with-zero/m-p/177033#M2092</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-08T21:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use replacement node to replace null with zero?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-use-replacement-node-to-replace-null-with-zero/m-p/177034#M2093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for letting me know, basically I have null in the field revenue from client, and it is null because it cannot find any revenue, so they can be replace with 0.&lt;/P&gt;&lt;P&gt;I then will do a cluster analysis&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 13:29:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-use-replacement-node-to-replace-null-with-zero/m-p/177034#M2093</guid>
      <dc:creator>ken88</dc:creator>
      <dc:date>2014-10-15T13:29:52Z</dc:date>
    </item>
  </channel>
</rss>

