<?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: Can someone explain DOW Approach in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87487#M24968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Art and&amp;nbsp; mkeintz. After reading the those links ...it makes more comfortable , understanding the DOW approach!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2012 19:38:37 GMT</pubDate>
    <dc:creator>sam369</dc:creator>
    <dc:date>2012-08-08T19:38:37Z</dc:date>
    <item>
      <title>Can someone explain DOW Approach</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87483#M24964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some time i am able to understand DOW with small example. If some thing in complex i am unable to catch up how exactly it is working. I saw couple of code in this forum using DOW approach. In those code they are using more than 2 or 3 do until(last.XXX) after that set have (dataset)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one explain with complex example????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 17:52:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87483#M24964</guid>
      <dc:creator>sam369</dc:creator>
      <dc:date>2012-08-08T17:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone explain DOW Approach</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87484#M24965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest "The DOW-Loop Unrolled", presented by Paul Dorfman: &lt;CITE&gt;&lt;A href="http://analytics.ncsu.edu/sesug/2010/BB13.Dorfman.pdf"&gt;analytics.ncsu.edu/sesug/2010/BB13.Dorfman.pdf&lt;/A&gt;&lt;/CITE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 17:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87484#M24965</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2012-08-08T17:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone explain DOW Approach</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87485#M24966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you read the following paper: &lt;A href="http://support.sas.com/resources/papers/proceedings09/038-2009.pdf"&gt;http://support.sas.com/resources/papers/proceedings09/038-2009.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was written by one of the two individuals who are credited with discovering the concept and explains it via a couple of examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 17:55:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87485#M24966</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-08T17:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone explain DOW Approach</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87486#M24967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW: the easiest way, I think, to follow what is going on during the use of any DOW loop, is to insert "putlog _all_;" statements at strategic locations in your code.&amp;nbsp; That way, you can see exactly what is resulting from every step of the loop(s).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 17:59:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87486#M24967</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-08T17:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone explain DOW Approach</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87487#M24968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Art and&amp;nbsp; mkeintz. After reading the those links ...it makes more comfortable , understanding the DOW approach!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 19:38:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87487#M24968</guid>
      <dc:creator>sam369</dc:creator>
      <dc:date>2012-08-08T19:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone explain DOW Approach</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87488#M24969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of the oddities in the SAS world is refering to a DO UNTIL (usually) program flow structure as DOW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what do you call a DO WHILE construct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to admit to having learned a variety of other programming languages before SAS so use of DO UNTIL or WHILE wasn't very confusing. SAS does add a few twists though such as mixing interated and conditional into a single instruction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 22:32:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87488#M24969</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-08-08T22:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone explain DOW Approach</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87489#M24970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not the do while, or do if construct that defines the DOW loop but, rather, the effect of placing set statements within a loop.&amp;nbsp; I'm sure there are other ways of getting SAS to do more than it was intended to do, but we haven't figured that out yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 22:56:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87489#M24970</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-08T22:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone explain DOW Approach</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87490#M24971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And the "w" in DOW is, for some of us, attributable to the fact that many of us learned about it from Ian Whitlock, who taught all of us many things about effective use and understanding of the language constructs in SAS.&amp;nbsp;&amp;nbsp; Ian was not the first to show the technique, but probably the most influential.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 13:20:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-someone-explain-DOW-Approach/m-p/87490#M24971</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2012-08-09T13:20:59Z</dc:date>
    </item>
  </channel>
</rss>

