<?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: SAS set option OBS=0 and will continue to check statements. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-set-option-OBS-0-and-will-continue-to-check-statements/m-p/407889#M279429</link>
    <description>&lt;P&gt;Have you check if this linked to the errorcheck option, with SAS entering&amp;nbsp;&lt;SPAN&gt;syntax-check mode&amp;nbsp;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Run this an check the meaning of the options that are set:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options group= errorhandling; run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2017 02:09:49 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2017-10-27T02:09:49Z</dc:date>
    <item>
      <title>SAS set option OBS=0 and will continue to check statements.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-set-option-OBS-0-and-will-continue-to-check-statements/m-p/407602#M279427</link>
      <description>&lt;P&gt;hallo zusammen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ich benutze ein "runquit_macro", das ich im netz gefunden habe. das prüft nach jedem befehl ob ein fehler aufgetreten ist. wenn ja, sollen einige sicherungsdateien wieder zurückgespielt werden die in diesem macro stehen. am ende dann wird sas mit "%ABORT CANCEL" abgebrochen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mein problem ist, das nun nach einem fehler alle folgenden data-anweisungen nicht mehr umgesetzt werden,&lt;/P&gt;&lt;P&gt;es kommen immer die meldungen:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- NOTE: The data set PK2.KIGGS2_P has 0 observations and 5309 variables.&lt;BR /&gt;- WARNING: Datei PK2.KIGGS2_P wurde nicht ersetzt. Grund: da dieser Schritt angehalten wurde.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- NOTE: The data set EK2.KIGGS2_E_QS has 0 observations and 783 variables.&lt;BR /&gt;- WARNING: Datei EK2.KIGGS2_E_QS wurde nicht ersetzt. Grund: da dieser Schritt angehalten wurde.&lt;/P&gt;&lt;P&gt;- usw.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;im anhang habe ich das macro und das log-file angehangen, dort habe ich auch alles beschriftet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;frage:&lt;/P&gt;&lt;P&gt;wie kann ich SAS sagen, das es wieder "normal" reagieren soll und das es meine data-befehle weiter abarbeitet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ich hoffe, das ich mein anliegen einigermassen erklären konnte.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;gruss und vielen dank für eure hilfe.&lt;/P&gt;&lt;P&gt;gairon&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 10:57:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-set-option-OBS-0-and-will-continue-to-check-statements/m-p/407602#M279427</guid>
      <dc:creator>Gairon</dc:creator>
      <dc:date>2017-10-26T10:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS set option OBS=0 and will continue to check statements.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-set-option-OBS-0-and-will-continue-to-check-statements/m-p/407888#M279428</link>
      <description>&lt;P&gt;From online translation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-ta tw-text-small" dir="ltr" data-placeholder="Translation" data-fulltext=""&gt;&lt;SPAN&gt;Hello everybody,
&amp;nbsp;
I use a "runquit_macro", which I found in the net. this checks for every command whether an error has occurred. if so, some backup files are to be re-played in this macro. at the end, sas is aborted with "% ABORT CANCEL".
&amp;nbsp;
my problem is that now after an error all the following data statements are no longer implemented,
there are always the messages:
&amp;nbsp;
- NOTE: The data set PK2.KIGGS2_P has 0 observations and 5309 variables.
- WARNING: file PK2.KIGGS2_P has not been replaced. Reason: because this step was stopped.
&amp;nbsp;
- NOTE: The data set EK2.KIGGS2_E_QS has 0 observations and 783 variables.
- WARNING: File EK2.KIGGS2_E_QS has not been replaced. Reason: because this step was stopped.
- etc.
&amp;nbsp;
in the appendix I have attached the macro and the log file, there I have also labeled everything.
&amp;nbsp;
question:
how can I tell SAS that it should react again "normal" and that it my data commands continue to work?
&amp;nbsp;
I hope that I could explain my concern to some extent.
&amp;nbsp;
gruss and many thanks for your help.
gairon&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Oct 2017 02:05:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-set-option-OBS-0-and-will-continue-to-check-statements/m-p/407888#M279428</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-10-27T02:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS set option OBS=0 and will continue to check statements.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-set-option-OBS-0-and-will-continue-to-check-statements/m-p/407889#M279429</link>
      <description>&lt;P&gt;Have you check if this linked to the errorcheck option, with SAS entering&amp;nbsp;&lt;SPAN&gt;syntax-check mode&amp;nbsp;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Run this an check the meaning of the options that are set:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options group= errorhandling; run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 02:09:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-set-option-OBS-0-and-will-continue-to-check-statements/m-p/407889#M279429</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-10-27T02:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS set option OBS=0 and will continue to check statements.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-set-option-OBS-0-and-will-continue-to-check-statements/m-p/409356#M279430</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I have now added the following in my "runquit macro":&lt;BR /&gt;&lt;BR /&gt;options obs = max;&lt;BR /&gt;&lt;SPAN&gt;options replace;&lt;/SPAN&gt;&lt;BR /&gt;options nosyntaxcheck;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;This would now execute the data commands again.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;greeting&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gairon&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;p.s.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&lt;SPAN class="short_text"&gt;sorry for my bad english&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 05:21:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-set-option-OBS-0-and-will-continue-to-check-statements/m-p/409356#M279430</guid>
      <dc:creator>Gairon</dc:creator>
      <dc:date>2017-11-01T05:21:20Z</dc:date>
    </item>
  </channel>
</rss>

