<?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 can you help me with this code pls in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/can-you-help-me-with-this-code-pls/m-p/780823#M31671</link>
    <description>&lt;P&gt;proc sql;&lt;BR /&gt;CREATE TABLE QUEST4 AS&lt;BR /&gt;SELECT&lt;BR /&gt;M.CUST_Id&lt;BR /&gt;,R.Region&lt;BR /&gt;,F.FinAdvID&lt;BR /&gt;,DELINQUENT_2017_DEC.*&lt;BR /&gt;from MTG_CUST as M&lt;BR /&gt;left join DELINQUENT_2017_DEC as D on M.CUST_Id = D.CUST_Id&lt;BR /&gt;left join FINADVMASTER as F on M.Finadvisor = F.FinAdvID&lt;BR /&gt;left join REGION as R on F.Province = R.Province;&lt;BR /&gt;quit;&lt;BR /&gt;proc sql;&lt;BR /&gt;create table Quest4ANS as&lt;BR /&gt;select&lt;BR /&gt;COUNT(DISTINCT(M.CUST_Id))&lt;BR /&gt;sum(M.AMT_OF_LOAN)&lt;BR /&gt;,Count(F.FinAdvID)&lt;BR /&gt;,Count(D.CUST_Id)&lt;BR /&gt;from QUEST4&lt;BR /&gt;group by region;&lt;BR /&gt;quit;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Nov 2021 18:50:57 GMT</pubDate>
    <dc:creator>demolarich</dc:creator>
    <dc:date>2021-11-17T18:50:57Z</dc:date>
    <item>
      <title>can you help me with this code pls</title>
      <link>https://communities.sas.com/t5/New-SAS-User/can-you-help-me-with-this-code-pls/m-p/780823#M31671</link>
      <description>&lt;P&gt;proc sql;&lt;BR /&gt;CREATE TABLE QUEST4 AS&lt;BR /&gt;SELECT&lt;BR /&gt;M.CUST_Id&lt;BR /&gt;,R.Region&lt;BR /&gt;,F.FinAdvID&lt;BR /&gt;,DELINQUENT_2017_DEC.*&lt;BR /&gt;from MTG_CUST as M&lt;BR /&gt;left join DELINQUENT_2017_DEC as D on M.CUST_Id = D.CUST_Id&lt;BR /&gt;left join FINADVMASTER as F on M.Finadvisor = F.FinAdvID&lt;BR /&gt;left join REGION as R on F.Province = R.Province;&lt;BR /&gt;quit;&lt;BR /&gt;proc sql;&lt;BR /&gt;create table Quest4ANS as&lt;BR /&gt;select&lt;BR /&gt;COUNT(DISTINCT(M.CUST_Id))&lt;BR /&gt;sum(M.AMT_OF_LOAN)&lt;BR /&gt;,Count(F.FinAdvID)&lt;BR /&gt;,Count(D.CUST_Id)&lt;BR /&gt;from QUEST4&lt;BR /&gt;group by region;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 18:50:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/can-you-help-me-with-this-code-pls/m-p/780823#M31671</guid>
      <dc:creator>demolarich</dc:creator>
      <dc:date>2021-11-17T18:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: can you help me with this code pls</title>
      <link>https://communities.sas.com/t5/New-SAS-User/can-you-help-me-with-this-code-pls/m-p/780848#M31672</link>
      <description>&lt;P&gt;And what is your question with regards to this code?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 19:45:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/can-you-help-me-with-this-code-pls/m-p/780848#M31672</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-11-17T19:45:51Z</dc:date>
    </item>
  </channel>
</rss>

