<?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 Syntax Running without an output in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Syntax-Running-without-an-output/m-p/109571#M822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all.,&lt;/P&gt;&lt;P&gt;The attached syntax is running and running , but it gave no output or even errors.&lt;/P&gt;&lt;P&gt;Could you help me with this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 16:59:29 GMT</pubDate>
    <dc:creator>Emara</dc:creator>
    <dc:date>2013-10-10T16:59:29Z</dc:date>
    <item>
      <title>Syntax Running without an output</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Syntax-Running-without-an-output/m-p/109571#M822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all.,&lt;/P&gt;&lt;P&gt;The attached syntax is running and running , but it gave no output or even errors.&lt;/P&gt;&lt;P&gt;Could you help me with this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 16:59:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Syntax-Running-without-an-output/m-p/109571#M822</guid>
      <dc:creator>Emara</dc:creator>
      <dc:date>2013-10-10T16:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Running without an output</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Syntax-Running-without-an-output/m-p/109572#M823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have an infinite loop. There is no reason to expect the DO UNTIL loop to ever terminate.&lt;/P&gt;&lt;P&gt;In fact, if you let it run for 10,000 iterations, you get a plot that looks like the one I've attached. For these iterations |z| is usually in [-0.5, 0.5].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="junk.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4346_junk.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A good programming practice is to put a maximum number of iterations on the DO/UNTIL loop, like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; do rl = 1 to 10000 until(zz&amp;gt;h|zz&amp;lt;-h); &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;That way, you never have an infinite loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 17:58:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Syntax-Running-without-an-output/m-p/109572#M823</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-10-10T17:58:32Z</dc:date>
    </item>
  </channel>
</rss>

