<?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: Prom IML - DO UNTIL exit the loop in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Prom-IML-DO-UNTIL-exit-the-loop/m-p/275484#M2832</link>
    <description>&lt;P&gt;For more information and examples about loops in SAS/IML, see the article &lt;A href="http://blogs.sas.com/content/iml/2011/09/07/loops-in-sas.html" target="_self"&gt;"Loops in SAS".&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2016 18:03:32 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-06-06T18:03:32Z</dc:date>
    <item>
      <title>Prom IML - DO UNTIL exit the loop</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Prom-IML-DO-UNTIL-exit-the-loop/m-p/274894#M2813</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anybody can help to, how can I LEAVE the DO UNTIL loop?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While running the DO UNTIL loop, its an open statement, I want to stop/leave the loop after, say suppose iteration happen 10k times.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;KP&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 09:01:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Prom-IML-DO-UNTIL-exit-the-loop/m-p/274894#M2813</guid>
      <dc:creator>KrunalPatel</dc:creator>
      <dc:date>2016-06-03T09:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Prom IML - DO UNTIL exit the loop</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Prom-IML-DO-UNTIL-exit-the-loop/m-p/275159#M2819</link>
      <description>&lt;PRE&gt;

proc iml;
do i=1 to 10 by 1 until(x=1);
 print i[l=''] 'XX' ;
 x=0;
end;
quit;

&lt;/PRE&gt;</description>
      <pubDate>Sat, 04 Jun 2016 06:41:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Prom-IML-DO-UNTIL-exit-the-loop/m-p/275159#M2819</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-06-04T06:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Prom IML - DO UNTIL exit the loop</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Prom-IML-DO-UNTIL-exit-the-loop/m-p/275340#M2826</link>
      <description>&lt;P&gt;Thanks Ksharp&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 09:58:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Prom-IML-DO-UNTIL-exit-the-loop/m-p/275340#M2826</guid>
      <dc:creator>KrunalPatel</dc:creator>
      <dc:date>2016-06-06T09:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Prom IML - DO UNTIL exit the loop</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Prom-IML-DO-UNTIL-exit-the-loop/m-p/275484#M2832</link>
      <description>&lt;P&gt;For more information and examples about loops in SAS/IML, see the article &lt;A href="http://blogs.sas.com/content/iml/2011/09/07/loops-in-sas.html" target="_self"&gt;"Loops in SAS".&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 18:03:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Prom-IML-DO-UNTIL-exit-the-loop/m-p/275484#M2832</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-06-06T18:03:32Z</dc:date>
    </item>
  </channel>
</rss>

