<?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 find combinations in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/find-combinations/m-p/840737#M41663</link>
    <description>&lt;P&gt;data ds;&lt;/P&gt;&lt;P&gt;infile datalines;&lt;/P&gt;&lt;P&gt;input&amp;nbsp; teams$9.;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;abcdfghij&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to find unique combination,anyone help .&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2022 02:44:52 GMT</pubDate>
    <dc:creator>sas_university</dc:creator>
    <dc:date>2022-10-26T02:44:52Z</dc:date>
    <item>
      <title>find combinations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/find-combinations/m-p/840737#M41663</link>
      <description>&lt;P&gt;data ds;&lt;/P&gt;&lt;P&gt;infile datalines;&lt;/P&gt;&lt;P&gt;input&amp;nbsp; teams$9.;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;abcdfghij&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to find unique combination,anyone help .&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 02:44:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/find-combinations/m-p/840737#M41663</guid>
      <dc:creator>sas_university</dc:creator>
      <dc:date>2022-10-26T02:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: find combinations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/find-combinations/m-p/840739#M41664</link>
      <description>&lt;P&gt;Unique combinations of what?&lt;/P&gt;
&lt;P&gt;Since your dataset has only one observation there is only one combination of one value.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 02:55:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/find-combinations/m-p/840739#M41664</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-10-26T02:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: find combinations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/find-combinations/m-p/840748#M41665</link>
      <description>&lt;P&gt;suppose i have 10 teams what are the possible combinations can occur not the number but combinations&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 05:04:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/find-combinations/m-p/840748#M41665</guid>
      <dc:creator>sas_university</dc:creator>
      <dc:date>2022-10-26T05:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: find combinations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/find-combinations/m-p/840756#M41666</link>
      <description>&lt;P&gt;Cartesian join?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table want as
  select
    a.teams as team_a,
    b.teams as team_b
  from ds a, ds b
;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Oct 2022 07:15:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/find-combinations/m-p/840756#M41666</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-10-26T07:15:52Z</dc:date>
    </item>
  </channel>
</rss>

