<?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 SAS SCL: Cursor icon remains busy in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-SCL-Cursor-icon-remains-busy/m-p/140232#M261497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing a issue in SAS SCL programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an SCL program (without Frame) to validate a scenerio and pop up Error message box with Yes and No buttons. When user clicks "No", I need to terminate the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use "Submit terminate; &amp;lt;some statements&amp;gt; endsubmit;" to terminate the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue I'm facing is the cursor remains busy icon for ever. When user clicks anywhere outside the active editor window, the cursor becomes normal icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope there would not be any issue with the messagebox statement or the statements of Submit terminate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know If there could be any possibile of root cause for this issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 May 2014 11:06:45 GMT</pubDate>
    <dc:creator>sudharsanan</dc:creator>
    <dc:date>2014-05-01T11:06:45Z</dc:date>
    <item>
      <title>SAS SCL: Cursor icon remains busy</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SCL-Cursor-icon-remains-busy/m-p/140232#M261497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing a issue in SAS SCL programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an SCL program (without Frame) to validate a scenerio and pop up Error message box with Yes and No buttons. When user clicks "No", I need to terminate the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use "Submit terminate; &amp;lt;some statements&amp;gt; endsubmit;" to terminate the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue I'm facing is the cursor remains busy icon for ever. When user clicks anywhere outside the active editor window, the cursor becomes normal icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope there would not be any issue with the messagebox statement or the statements of Submit terminate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know If there could be any possibile of root cause for this issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 11:06:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SCL-Cursor-icon-remains-busy/m-p/140232#M261497</guid>
      <dc:creator>sudharsanan</dc:creator>
      <dc:date>2014-05-01T11:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SCL: Cursor icon remains busy</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SCL-Cursor-icon-remains-busy/m-p/140233#M261498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/sclref/63839/HTML/default/viewer.htm#a000108737.htm" title="http://support.sas.com/documentation/cdl/en/sclref/63839/HTML/default/viewer.htm#a000108737.htm"&gt;SAS(R) Component Language 9.3: Reference&lt;/A&gt; (submit terminate) is documented to be used with caution.&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/sclref/63839/HTML/default/viewer.htm#a002248147.htm" title="http://support.sas.com/documentation/cdl/en/sclref/63839/HTML/default/viewer.htm#a002248147.htm"&gt;SAS(R) Component Language 9.3: Reference&lt;/A&gt; (error handeling) is quite an other concept. &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/sclref/63839/HTML/default/viewer.htm#a000146351.htm" title="http://support.sas.com/documentation/cdl/en/sclref/63839/HTML/default/viewer.htm#a000146351.htm"&gt;SAS(R) Component Language 9.3: Reference&lt;/A&gt; (stop) is the normal way to halt your AF program&lt;/P&gt;&lt;P&gt;The init main term sections have special meanings with AF (SCL).&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you&amp;nbsp; give the terminate action running SAS statements (outside AF) there can be a problem AF wants to continue wiht the next (term) section. &lt;BR /&gt;By that you will see a hanging or even looping system.&lt;BR /&gt;I have seen this kind of errors with AF Macro-language and SAS/connect. As timing and event-triggering are that important it is very difficult to pinpoint and explain the issue/error.&lt;BR /&gt;More easy is to bypass it with a more reliable logical construct. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 11:45:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SCL-Cursor-icon-remains-busy/m-p/140233#M261498</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-05-01T11:45:13Z</dc:date>
    </item>
  </channel>
</rss>

