<?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: DupOut in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/DupOut/m-p/450809#M113569</link>
    <description>&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am learning SAS; I need some place to go when I have a question; like when I go to MSDN to ask a question or learn something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GN&lt;/P&gt;</description>
    <pubDate>Tue, 03 Apr 2018 18:59:08 GMT</pubDate>
    <dc:creator>GN0001</dc:creator>
    <dc:date>2018-04-03T18:59:08Z</dc:date>
    <item>
      <title>DupOut</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DupOut/m-p/450294#M113384</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to learn SAS and I need to know the syntax for some of the keywords.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for syntax for DupOut, how to go to find the syntax and information about this key word?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GN&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 03:48:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DupOut/m-p/450294#M113384</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2018-04-02T03:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: DupOut</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DupOut/m-p/450303#M113386</link>
      <description>If you are not acquainted with SAS sites try Google, DUPOUT should be a quote rare "word".&lt;BR /&gt;But if you intend to learn SAS, it seems a bit odd to call for a specific option on a specific procedure. Take a look at the free online Programming training, probably much more effective than looking for syntax excerpts.</description>
      <pubDate>Mon, 02 Apr 2018 07:30:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DupOut/m-p/450303#M113386</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-04-02T07:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: DupOut</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DupOut/m-p/450330#M113390</link>
      <description>&lt;P&gt;Like This ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data class;
 set sashelp.class;
run;


proc sort data=class dupout=want nodupkey;
by sex;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Apr 2018 12:23:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DupOut/m-p/450330#M113390</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-04-02T12:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: DupOut</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DupOut/m-p/450331#M113391</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data class;
 set sashelp.class;
run;


proc sort data=class dupout=want nodupkey;
by sex;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Apr 2018 12:30:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DupOut/m-p/450331#M113391</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-04-02T12:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: DupOut</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DupOut/m-p/450809#M113569</link>
      <description>&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am learning SAS; I need some place to go when I have a question; like when I go to MSDN to ask a question or learn something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GN&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 18:59:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DupOut/m-p/450809#M113569</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2018-04-03T18:59:08Z</dc:date>
    </item>
  </channel>
</rss>

