<?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: Deleting in duplicates in Proc SQL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Deleting-in-duplicates-in-Proc-SQL/m-p/498984#M132718</link>
    <description>&lt;P&gt;You now have around 15 posts from the last day or two open on the same set of subjects.&amp;nbsp; If you are struggling in your job to do something, I would suggest going on a course or something like that, or hire a contractor to the work for you.&amp;nbsp; Repeatedly posting the same questions over and over, ignoring the suggestions provided will not get you any further to your goal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;YOU&lt;/STRONG&gt; are the only one who has access to your data and knows what it looks like, combines together.&amp;nbsp; Therefore&amp;nbsp;&lt;STRONG&gt;YOU&lt;/STRONG&gt; are the only person who can create a proper data model of how data will join/link, model up into how you know the output should look like.&lt;/P&gt;
&lt;P&gt;I will repeat what I have said before, draw out on a bit of paper your data model, that is all the datasets you have, and then draw lines between each one to see how those datasets link together.&amp;nbsp; Once you have an understanding of the whole model, then you can add the various joins together and processing.&amp;nbsp; This also documents the process.&amp;nbsp; Just "adding in some proc code", or "combining other bits of code" will lead to frustration, and will most likely not get you the end product you desire anyway.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Sep 2018 08:09:51 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-09-26T08:09:51Z</dc:date>
    <item>
      <title>Deleting in duplicates in Proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deleting-in-duplicates-in-Proc-SQL/m-p/498955#M132697</link>
      <description />
      <pubDate>Wed, 26 Sep 2018 11:46:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deleting-in-duplicates-in-Proc-SQL/m-p/498955#M132697</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2018-09-26T11:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting in duplicates in Proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deleting-in-duplicates-in-Proc-SQL/m-p/498956#M132698</link>
      <description>&lt;P&gt;Why do you want to combine so many things? Keeping code in short steps makes it easier to read.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 05:52:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deleting-in-duplicates-in-Proc-SQL/m-p/498956#M132698</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-09-26T05:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting in duplicates in Proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deleting-in-duplicates-in-Proc-SQL/m-p/498984#M132718</link>
      <description>&lt;P&gt;You now have around 15 posts from the last day or two open on the same set of subjects.&amp;nbsp; If you are struggling in your job to do something, I would suggest going on a course or something like that, or hire a contractor to the work for you.&amp;nbsp; Repeatedly posting the same questions over and over, ignoring the suggestions provided will not get you any further to your goal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;YOU&lt;/STRONG&gt; are the only one who has access to your data and knows what it looks like, combines together.&amp;nbsp; Therefore&amp;nbsp;&lt;STRONG&gt;YOU&lt;/STRONG&gt; are the only person who can create a proper data model of how data will join/link, model up into how you know the output should look like.&lt;/P&gt;
&lt;P&gt;I will repeat what I have said before, draw out on a bit of paper your data model, that is all the datasets you have, and then draw lines between each one to see how those datasets link together.&amp;nbsp; Once you have an understanding of the whole model, then you can add the various joins together and processing.&amp;nbsp; This also documents the process.&amp;nbsp; Just "adding in some proc code", or "combining other bits of code" will lead to frustration, and will most likely not get you the end product you desire anyway.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 08:09:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deleting-in-duplicates-in-Proc-SQL/m-p/498984#M132718</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-09-26T08:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting in duplicates in Proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deleting-in-duplicates-in-Proc-SQL/m-p/498995#M132725</link>
      <description>&lt;P&gt;Concur with others: don't.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unless you belong to the people who like to run head-first into concrete walls, so that they can complain about the headaches.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And strongly concur with &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9&lt;/a&gt;. Get to know your data (Maxim 3), or model it intelligently (Maxim 33, Maxim 19 and Maxim 49), make a plan (Maxim 43 and Maxim 16), define steps (Maxim 34), use the right tools (Maxim 14), test frequently (Maxim 4 and Maxim 36).&lt;/P&gt;
&lt;P&gt;With Maxim 13 in mind, you might reap the fruits of Maxim 41.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 09:26:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deleting-in-duplicates-in-Proc-SQL/m-p/498995#M132725</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-26T09:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting in duplicates in Proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deleting-in-duplicates-in-Proc-SQL/m-p/498997#M132727</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Unless you belong to the people who like to run head-first into concrete walls, so that they can complain about the headaches.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its called parkour.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 09:40:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deleting-in-duplicates-in-Proc-SQL/m-p/498997#M132727</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-09-26T09:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting in duplicates in Proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deleting-in-duplicates-in-Proc-SQL/m-p/499032#M132735</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Unless you belong to the people who like to run head-first into concrete walls, so that they can complain about the headaches.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its called parkour.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Don't they try to hit the wall feet-first?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At least the guy who ran away from James Bond did.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 11:38:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deleting-in-duplicates-in-Proc-SQL/m-p/499032#M132735</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-26T11:38:17Z</dc:date>
    </item>
  </channel>
</rss>

