<?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: hyperthesis test in two blank column return true in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/hyperthesis-test-in-two-blank-column-return-true/m-p/641838#M191380</link>
    <description>&lt;P&gt;Could you please provide some sample data with expected output to get better response.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Apr 2020 08:19:03 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2020-04-22T08:19:03Z</dc:date>
    <item>
      <title>hyperthesis test in two blank column return true</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hyperthesis-test-in-two-blank-column-return-true/m-p/641836#M191378</link>
      <description>&lt;P&gt;good day,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am do some checkings on my data base.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Name&lt;/P&gt;
&lt;P&gt;row1&lt;/P&gt;
&lt;P&gt;row2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if row1_name =row2_name then checking="Y"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and the result is "Y"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how can i avoid this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks in advance&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:11:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hyperthesis-test-in-two-blank-column-return-true/m-p/641836#M191378</guid>
      <dc:creator>harrylui</dc:creator>
      <dc:date>2020-04-22T08:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthesis test in two blank column return true</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hyperthesis-test-in-two-blank-column-return-true/m-p/641838#M191380</link>
      <description>&lt;P&gt;Could you please provide some sample data with expected output to get better response.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:19:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hyperthesis-test-in-two-blank-column-return-true/m-p/641838#M191380</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-04-22T08:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthesis test in two blank column return true</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hyperthesis-test-in-two-blank-column-return-true/m-p/641853#M191392</link>
      <description>&lt;P&gt;I am guessing without actual data but if you want some assigned only when the values are not missing then you have to test for that before the assignment. Blank=blank (or missing = missing) is true.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if not missing(row1_name) and not missing(row2_name) and row1_name =row2_name then checking="Y";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Missing is one of the few functions that works with both character or numeric values. A character value of blank would be considered "missing".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your specific issue possibly only need to check one of the values for missing but it is better practice to be explicit about when you want something done because 6 months later when you come back to modify the code because something else needs to be added you may not remember that you may want to have a separate behavior for when only one is missing...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:54:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hyperthesis-test-in-two-blank-column-return-true/m-p/641853#M191392</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-04-22T08:54:18Z</dc:date>
    </item>
  </channel>
</rss>

