<?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 &amp;quot;Edging in&amp;quot; program b whilst program a is running in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/quot-Edging-in-quot-program-b-whilst-program-a-is-running/m-p/292662#M60799</link>
    <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be glad if you could comment on this "rather exotic" issue of mine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The scenario is the following:&lt;/P&gt;&lt;P&gt;I started a program yesterday evening in order to let it run overnight.&lt;/P&gt;&lt;P&gt;The&lt;A href="http://support.sas.com/kb/5/888.html" target="_self"&gt; log is redirected&lt;/A&gt; to a file via&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc printto log="c:\directory-name\filename.log"; run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Clumsy as I am, I had the following added to the program:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nonotes nosource nosource2 errors=0;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So you can imagine, how informative my log is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The program is still running and I suspect something suspicious is going on.&lt;/P&gt;&lt;P&gt;But looking at the "log" will not help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I somehow "edge in"&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options notes source source2 errors=20;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;to fill the log with life again?&lt;/P&gt;&lt;P&gt;I do not want to terminate the program, for I do not have a "feeling" at which point the program is.&lt;/P&gt;&lt;P&gt;Maybe, something is really wrong and it is e.g. at 7%, or, I terminate at 99% and everything is lost.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see, this is a very "special" constellation, having come into existence due to my sheer idioty.&lt;/P&gt;&lt;P&gt;But still, maybe there is some hope for me.&lt;/P&gt;&lt;P&gt;If not, I learn something about how SAS-program-processing works (hey, it is something).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yours sincerely,&lt;/P&gt;&lt;P&gt;Sinistrum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2016 07:25:54 GMT</pubDate>
    <dc:creator>Sinistrum</dc:creator>
    <dc:date>2016-08-19T07:25:54Z</dc:date>
    <item>
      <title>"Edging in" program b whilst program a is running</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-Edging-in-quot-program-b-whilst-program-a-is-running/m-p/292662#M60799</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be glad if you could comment on this "rather exotic" issue of mine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The scenario is the following:&lt;/P&gt;&lt;P&gt;I started a program yesterday evening in order to let it run overnight.&lt;/P&gt;&lt;P&gt;The&lt;A href="http://support.sas.com/kb/5/888.html" target="_self"&gt; log is redirected&lt;/A&gt; to a file via&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc printto log="c:\directory-name\filename.log"; run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Clumsy as I am, I had the following added to the program:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nonotes nosource nosource2 errors=0;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So you can imagine, how informative my log is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The program is still running and I suspect something suspicious is going on.&lt;/P&gt;&lt;P&gt;But looking at the "log" will not help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I somehow "edge in"&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options notes source source2 errors=20;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;to fill the log with life again?&lt;/P&gt;&lt;P&gt;I do not want to terminate the program, for I do not have a "feeling" at which point the program is.&lt;/P&gt;&lt;P&gt;Maybe, something is really wrong and it is e.g. at 7%, or, I terminate at 99% and everything is lost.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see, this is a very "special" constellation, having come into existence due to my sheer idioty.&lt;/P&gt;&lt;P&gt;But still, maybe there is some hope for me.&lt;/P&gt;&lt;P&gt;If not, I learn something about how SAS-program-processing works (hey, it is something).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yours sincerely,&lt;/P&gt;&lt;P&gt;Sinistrum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 07:25:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-Edging-in-quot-program-b-whilst-program-a-is-running/m-p/292662#M60799</guid>
      <dc:creator>Sinistrum</dc:creator>
      <dc:date>2016-08-19T07:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: "Edging in" program b whilst program a is running</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-Edging-in-quot-program-b-whilst-program-a-is-running/m-p/292663#M60800</link>
      <description>&lt;P&gt;I guess you ran it from EG?&lt;/P&gt;
&lt;P&gt;But anyway, the only option you have is stopping/terminating the job.&lt;/P&gt;
&lt;P&gt;Another reason why one should never reduce the information going to the log.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 07:35:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-Edging-in-quot-program-b-whilst-program-a-is-running/m-p/292663#M60800</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-08-19T07:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: "Edging in" program b whilst program a is running</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-Edging-in-quot-program-b-whilst-program-a-is-running/m-p/292683#M60809</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess, "EG" means "Enterprise Guide"?&lt;/P&gt;&lt;P&gt;Then no, I have run it with base SAS (yes, there is a base SAS users as stupid as me out there).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will terminate the program.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 09:13:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-Edging-in-quot-program-b-whilst-program-a-is-running/m-p/292683#M60809</guid>
      <dc:creator>Sinistrum</dc:creator>
      <dc:date>2016-08-19T09:13:14Z</dc:date>
    </item>
  </channel>
</rss>

