<?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: How do I turn off log warnings in bacth mode? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-turn-off-log-warnings-in-bacth-mode/m-p/445638#M111697</link>
    <description>&lt;P&gt;There are some more system options like:&lt;/P&gt;
&lt;P&gt;MSGLEVEL&amp;nbsp; DKRICOND&amp;nbsp; VNFERR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Better look at the documentation of those options.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Mar 2018 20:42:54 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2018-03-14T20:42:54Z</dc:date>
    <item>
      <title>How do I turn off log warnings in bacth mode?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-turn-off-log-warnings-in-bacth-mode/m-p/445610#M111689</link>
      <description>&lt;P&gt;I am working on some table programs where I need to test several efficacy proc mixed models to see if they converge before deciding on the model to use.&lt;/P&gt;&lt;P&gt;For the testing portion of my code I need to turn off the log so that I do not get a warning about the model not converging.&lt;/P&gt;&lt;P&gt;I found some code that will do this when I run the program interactively (see below):&lt;/P&gt;&lt;P&gt;filename junk dummy;&lt;/P&gt;&lt;P&gt;proc printto log=junk;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;.--&lt;/P&gt;&lt;P&gt;&amp;lt;Your PROC codes&amp;gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;proc printto;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when I run the program in batch mode on our unix system – the warning still shows up in the log.&lt;/P&gt;&lt;P&gt;Is there a way to shut off the log for a portion of my code that will work in batch mode?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 19:34:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-turn-off-log-warnings-in-bacth-mode/m-p/445610#M111689</guid>
      <dc:creator>jlclark</dc:creator>
      <dc:date>2018-03-14T19:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn off log warnings in bacth mode?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-turn-off-log-warnings-in-bacth-mode/m-p/445614#M111691</link>
      <description>&lt;P&gt;You can only suppress information in SAS log using ERRORS=, NONOTES, NOSOURCE. There is no option in SAS that turns off all warning messages.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 19:42:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-turn-off-log-warnings-in-bacth-mode/m-p/445614#M111691</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-03-14T19:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn off log warnings in bacth mode?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-turn-off-log-warnings-in-bacth-mode/m-p/445638#M111697</link>
      <description>&lt;P&gt;There are some more system options like:&lt;/P&gt;
&lt;P&gt;MSGLEVEL&amp;nbsp; DKRICOND&amp;nbsp; VNFERR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Better look at the documentation of those options.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 20:42:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-turn-off-log-warnings-in-bacth-mode/m-p/445638#M111697</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2018-03-14T20:42:54Z</dc:date>
    </item>
  </channel>
</rss>

