<?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 Getting possible combinations in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Getting-possible-combinations/m-p/304316#M64777</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to produce this want dataset from have. It's like affecting only name = COUPLE, but name = SINGLE should not be edited.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data have;&lt;BR /&gt;input id name $;&lt;BR /&gt;cards;&lt;BR /&gt;1 SINGLE&lt;BR /&gt;2 COUPLE&lt;BR /&gt;3 COUPLE&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;BR /&gt;input id name $;&lt;BR /&gt;cards;&lt;BR /&gt;1 SINGLE&lt;BR /&gt;2 MAN&lt;BR /&gt;2 WOMAN&lt;BR /&gt;3 MAN&lt;BR /&gt;3 WOMAN&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 13 Oct 2016 10:46:03 GMT</pubDate>
    <dc:creator>angeliquec</dc:creator>
    <dc:date>2016-10-13T10:46:03Z</dc:date>
    <item>
      <title>Getting possible combinations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-possible-combinations/m-p/304316#M64777</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to produce this want dataset from have. It's like affecting only name = COUPLE, but name = SINGLE should not be edited.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data have;&lt;BR /&gt;input id name $;&lt;BR /&gt;cards;&lt;BR /&gt;1 SINGLE&lt;BR /&gt;2 COUPLE&lt;BR /&gt;3 COUPLE&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;BR /&gt;input id name $;&lt;BR /&gt;cards;&lt;BR /&gt;1 SINGLE&lt;BR /&gt;2 MAN&lt;BR /&gt;2 WOMAN&lt;BR /&gt;3 MAN&lt;BR /&gt;3 WOMAN&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 10:46:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-possible-combinations/m-p/304316#M64777</guid>
      <dc:creator>angeliquec</dc:creator>
      <dc:date>2016-10-13T10:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting possible combinations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-possible-combinations/m-p/304319#M64778</link>
      <description>&lt;P&gt;Use an explicit OUTPUT statement to override default.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If name='COUPLE' then do;&lt;/P&gt;
&lt;P&gt;name='MAN'; output;&lt;/P&gt;
&lt;P&gt;Name='WOMAN'; output;&lt;/P&gt;
&lt;P&gt;end;&lt;/P&gt;
&lt;P&gt;else output;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 10:50:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-possible-combinations/m-p/304319#M64778</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-13T10:50:02Z</dc:date>
    </item>
  </channel>
</rss>

