<?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: Finding cells with subset of another cell in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Finding-cells-with-subset-of-another-cell/m-p/783988#M250101</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if find(new,strip(master))
then condition_desired ="Yes";
else condition_desired ="No";&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 03 Dec 2021 18:34:18 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-12-03T18:34:18Z</dc:date>
    <item>
      <title>Finding cells with subset of another cell</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-cells-with-subset-of-another-cell/m-p/783982#M250099</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the first 2 columns on the following dataset, and I would like to obtain the third column. The third column is a "Yes" if it contains a subset of the First cell, and "No" otherwise. Thank you in advance:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Master&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Condition_Desired&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Order_UNIQ_ID&lt;/TD&gt;&lt;TD&gt;Program_Order_UNIQ_ID&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;PRVDR_STATE_Program_ID&lt;/TD&gt;&lt;TD&gt;Program_PRVDR_STATE_Program_ID&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RCPNT_STATE_Program_ID&lt;/TD&gt;&lt;TD&gt;Program_RCPNT_STATE_Program_ID&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SUBMTG_Program_LCL_STATE_CD&lt;/TD&gt;&lt;TD&gt;Program_SUBMTG_LCL_STATE_CD&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Order_RCPNT_1ST_NAME&lt;/TD&gt;&lt;TD&gt;BENE_RCPNT_1ST_NAME&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 03 Dec 2021 18:17:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-cells-with-subset-of-another-cell/m-p/783982#M250099</guid>
      <dc:creator>altijani</dc:creator>
      <dc:date>2021-12-03T18:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Finding cells with subset of another cell</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-cells-with-subset-of-another-cell/m-p/783988#M250101</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if find(new,strip(master))
then condition_desired ="Yes";
else condition_desired ="No";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 03 Dec 2021 18:34:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-cells-with-subset-of-another-cell/m-p/783988#M250101</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-12-03T18:34:18Z</dc:date>
    </item>
  </channel>
</rss>

