<?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: Unclosed do block in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Unclosed-do-block/m-p/188458#M35630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Always do loops statement ends with END statement. something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #008f00;"&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;SPAN style="color: #0433ff;"&gt;array&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; new_diag_code(&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;) new_diag_cd1-new_diag_cd9; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;SPAN style="color: #0433ff;"&gt;do&lt;/SPAN&gt; i=&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0433ff;"&gt;to&lt;/SPAN&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #0433ff; font-size: 14pt;"&gt;End;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Nov 2014 00:44:38 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2014-11-27T00:44:38Z</dc:date>
    <item>
      <title>Unclosed do block</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unclosed-do-block/m-p/188457#M35629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 12pt; font-family: 'Courier New';"&gt;I am trying to create an array. However, I am continuously getting this error message. Please advise.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #008f00;"&gt;&lt;SPAN style="color: #0433ff; font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #008f00;"&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;SPAN style="color: #0433ff;"&gt;array&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; new_diag_code(&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;) new_diag_cd1-new_diag_cd9; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;SPAN style="color: #0433ff;"&gt;do&lt;/SPAN&gt; i=&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0433ff;"&gt;to&lt;/SPAN&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;SPAN style="font-size: 14pt; color: #993300;"&gt;ERROR 117-185: There was 1 unclosed DO block.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 00:31:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unclosed-do-block/m-p/188457#M35629</guid>
      <dc:creator>sanketshah07</dc:creator>
      <dc:date>2014-11-27T00:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unclosed do block</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unclosed-do-block/m-p/188458#M35630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Always do loops statement ends with END statement. something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #008f00;"&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;SPAN style="color: #0433ff;"&gt;array&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; new_diag_code(&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;) new_diag_cd1-new_diag_cd9; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;SPAN style="color: #0433ff;"&gt;do&lt;/SPAN&gt; i=&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0433ff;"&gt;to&lt;/SPAN&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #0433ff; font-size: 14pt;"&gt;End;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 00:44:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unclosed-do-block/m-p/188458#M35630</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2014-11-27T00:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unclosed do block</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unclosed-do-block/m-p/188459#M35631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. This helped me solve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 15:40:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unclosed-do-block/m-p/188459#M35631</guid>
      <dc:creator>sanketshah07</dc:creator>
      <dc:date>2014-11-27T15:40:59Z</dc:date>
    </item>
  </channel>
</rss>

