<?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: Where can I find a good detailed description of what exactly happens when I choose each break option in sas 9.3 after clicking the exclamation point (break) button? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Where-can-I-find-a-good-detailed-description-of-what-exactly/m-p/190419#M266039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt, you are on windows with a local installation on SAS. You are referring&amp;nbsp; to &lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63047/HTML/default/viewer.htm#p0hzo5aco6xkbfn1ob26in0jp4qm.htm" title="http://support.sas.com/documentation/cdl/en/hostwin/63047/HTML/default/viewer.htm#p0hzo5aco6xkbfn1ob26in0jp4qm.htm"&gt;SAS(R) 9.3 Companion for Windows&lt;/A&gt; (Interrupting Your SAS Session)&lt;/P&gt;&lt;P&gt;Assuming that is the only way of SAS with the DMS you are using, not server-based no DBMS connections no sas connect no Eguide (pfhhh that is a lot not's )&lt;/P&gt;&lt;P&gt;then you are asking:&amp;nbsp; &lt;/P&gt;&lt;P&gt;- at what moment that break is working&lt;/P&gt;&lt;P&gt;- the difference with the two Windows task manager options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1/ The only thing you can see is that SAS is checking on some regular moments whether you pushed the ! break. Makes sense as those are moments that some sas processing has a stable moment to stop,&lt;/P&gt;&lt;P&gt;Do no expect and endless loop to stop as there are possible no stable moments,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2/ The interrupt (sigint Unix normal kill) stop task is more persistent as it will call an function to stop to react on by SAS. SAS can than stop and cleanup what is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3/ For the barbarians there is stop program immediate&amp;nbsp; (kill -9 Unix&amp;nbsp; abort operating) it do a stop in a very infriendly way losing possible buffers still to write to files by that causing&amp;nbsp; corruption of files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; This is the last option when nothing helps.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Nov 2014 20:37:17 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-11-29T20:37:17Z</dc:date>
    <item>
      <title>Where can I find a good detailed description of what exactly happens when I choose each break option in sas 9.3 after clicking the exclamation point (break) button?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Where-can-I-find-a-good-detailed-description-of-what-exactly/m-p/190418#M266038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've googled a little (even searched in the SAS 9.3 documentation) and I just don't see it. Please advise. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dialog window is titled "Tasking manager", but searching for that didn't help either. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 22:51:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Where-can-I-find-a-good-detailed-description-of-what-exactly/m-p/190418#M266038</guid>
      <dc:creator>MattJans</dc:creator>
      <dc:date>2014-11-28T22:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find a good detailed description of what exactly happens when I choose each break option in sas 9.3 after clicking the exclamation point (break) button?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Where-can-I-find-a-good-detailed-description-of-what-exactly/m-p/190419#M266039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt, you are on windows with a local installation on SAS. You are referring&amp;nbsp; to &lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63047/HTML/default/viewer.htm#p0hzo5aco6xkbfn1ob26in0jp4qm.htm" title="http://support.sas.com/documentation/cdl/en/hostwin/63047/HTML/default/viewer.htm#p0hzo5aco6xkbfn1ob26in0jp4qm.htm"&gt;SAS(R) 9.3 Companion for Windows&lt;/A&gt; (Interrupting Your SAS Session)&lt;/P&gt;&lt;P&gt;Assuming that is the only way of SAS with the DMS you are using, not server-based no DBMS connections no sas connect no Eguide (pfhhh that is a lot not's )&lt;/P&gt;&lt;P&gt;then you are asking:&amp;nbsp; &lt;/P&gt;&lt;P&gt;- at what moment that break is working&lt;/P&gt;&lt;P&gt;- the difference with the two Windows task manager options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1/ The only thing you can see is that SAS is checking on some regular moments whether you pushed the ! break. Makes sense as those are moments that some sas processing has a stable moment to stop,&lt;/P&gt;&lt;P&gt;Do no expect and endless loop to stop as there are possible no stable moments,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2/ The interrupt (sigint Unix normal kill) stop task is more persistent as it will call an function to stop to react on by SAS. SAS can than stop and cleanup what is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3/ For the barbarians there is stop program immediate&amp;nbsp; (kill -9 Unix&amp;nbsp; abort operating) it do a stop in a very infriendly way losing possible buffers still to write to files by that causing&amp;nbsp; corruption of files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; This is the last option when nothing helps.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Nov 2014 20:37:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Where-can-I-find-a-good-detailed-description-of-what-exactly/m-p/190419#M266039</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-29T20:37:17Z</dc:date>
    </item>
  </channel>
</rss>

