<?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: PROC SQL Continued – Basic Text Analytics Using Song Titles in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-Continued-Basic-Text-Analytics-Using-Song-Titles/m-p/282913#M269852</link>
    <description>&lt;P&gt;Hi Prateek1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at your data on the "Churners" sheet, I see that for each unique PRODUCT_ID there is only one unique value of churn_month, is that correct? To shorten your list and get a list of unique PRODUCT_IDs with their associated churn_month values,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select distinct(PRODUCT_ID), churn_month from Churners;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2016 11:45:54 GMT</pubDate>
    <dc:creator>JohnSAScom</dc:creator>
    <dc:date>2016-07-08T11:45:54Z</dc:date>
    <item>
      <title>PROC SQL Continued – Basic Text Analytics Using Song Titles</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-Continued-Basic-Text-Analytics-Using-Song-Titles/m-p/282483#M269851</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what should be the code ?&lt;/P&gt;&lt;P&gt;In the SMB usage data create another column to identify churners by using Product_ID as key variable (check if the key variable is unique ID in this case ).The list of churners is given in the 'Churners and labels' along with churn month .Use left join or Right Join?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 17:01:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-Continued-Basic-Text-Analytics-Using-Song-Titles/m-p/282483#M269851</guid>
      <dc:creator>Prateek1</dc:creator>
      <dc:date>2016-07-06T17:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL Continued – Basic Text Analytics Using Song Titles</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-Continued-Basic-Text-Analytics-Using-Song-Titles/m-p/282913#M269852</link>
      <description>&lt;P&gt;Hi Prateek1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at your data on the "Churners" sheet, I see that for each unique PRODUCT_ID there is only one unique value of churn_month, is that correct? To shorten your list and get a list of unique PRODUCT_IDs with their associated churn_month values,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select distinct(PRODUCT_ID), churn_month from Churners;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 11:45:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-Continued-Basic-Text-Analytics-Using-Song-Titles/m-p/282913#M269852</guid>
      <dc:creator>JohnSAScom</dc:creator>
      <dc:date>2016-07-08T11:45:54Z</dc:date>
    </item>
  </channel>
</rss>

