<?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 DO UNTIL STATEMENT in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/DO-UNTIL-STATEMENT/m-p/407082#M26127</link>
    <description>&lt;P&gt;I have a data set with 2 columns (NAME and ENTRIES).&lt;/P&gt;&lt;P&gt;I an trying to get the name only to display as many times as there are entries. I thought using a DO UNTIL or WHILE statement would be the most efficient, but I am not sure.&lt;/P&gt;&lt;P&gt;Sample data and results set expected attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Oct 2017 21:12:54 GMT</pubDate>
    <dc:creator>jmhill</dc:creator>
    <dc:date>2017-10-24T21:12:54Z</dc:date>
    <item>
      <title>DO UNTIL STATEMENT</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/DO-UNTIL-STATEMENT/m-p/407082#M26127</link>
      <description>&lt;P&gt;I have a data set with 2 columns (NAME and ENTRIES).&lt;/P&gt;&lt;P&gt;I an trying to get the name only to display as many times as there are entries. I thought using a DO UNTIL or WHILE statement would be the most efficient, but I am not sure.&lt;/P&gt;&lt;P&gt;Sample data and results set expected attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 21:12:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/DO-UNTIL-STATEMENT/m-p/407082#M26127</guid>
      <dc:creator>jmhill</dc:creator>
      <dc:date>2017-10-24T21:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: DO UNTIL STATEMENT</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/DO-UNTIL-STATEMENT/m-p/407124#M26133</link>
      <description>&lt;P&gt;Simple iterative DO will suffice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do i = 1 to entries;&lt;/P&gt;
&lt;P&gt;output;&lt;/P&gt;
&lt;P&gt;end;&lt;/P&gt;
&lt;P&gt;keep name;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 03:07:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/DO-UNTIL-STATEMENT/m-p/407124#M26133</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-10-25T03:07:58Z</dc:date>
    </item>
  </channel>
</rss>

