<?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 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/282033#M57270</link>
    <description>&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;what should be the code for this question ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;select Product_ID, Age on Network fields and calculate Average,MIN,MAX age of network ,using PROC SQL ?&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jul 2016 17:48:15 GMT</pubDate>
    <dc:creator>Prateek1</dc:creator>
    <dc:date>2016-07-04T17:48:15Z</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/282033#M57270</link>
      <description>&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;what should be the code for this question ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;select Product_ID, Age on Network fields and calculate Average,MIN,MAX age of network ,using PROC SQL ?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 17:48:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-Continued-Basic-Text-Analytics-Using-Song-Titles/m-p/282033#M57270</guid>
      <dc:creator>Prateek1</dc:creator>
      <dc:date>2016-07-04T17:48: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/282045#M57272</link>
      <description>&lt;P&gt;Firstly I didn't understand your question completly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But some how I am managing to giving you ans.:&lt;/P&gt;&lt;P&gt;try this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc sql;&lt;/P&gt;&lt;P&gt;select Product_id, avg(age),max(age),min(age) from X(library).Network group by Product_id;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and Please post your question with more clearity.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 19:16:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-Continued-Basic-Text-Analytics-Using-Song-Titles/m-p/282045#M57272</guid>
      <dc:creator>Riteshdell</dc:creator>
      <dc:date>2016-07-04T19:16:57Z</dc:date>
    </item>
  </channel>
</rss>

