<?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: Log window output in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158721#M4180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you submit the program as a background or batch job then you will not get those messages.&amp;nbsp; If you really have a long running job then that is how you should be submitting the code anyway.&amp;nbsp; That said you should still look into WHY the job is generating such a large log file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Nov 2013 23:30:39 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2013-11-28T23:30:39Z</dc:date>
    <item>
      <title>Log window output</title>
      <link>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158718#M4177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one please help me to getridof this error(snapshot attached).&lt;/P&gt;&lt;P&gt;I run a big program, after some time this window popup .&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10923iC55A233D227AD907/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="log window.png" title="log window.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 13:29:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158718#M4177</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2013-11-28T13:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Log window output</title>
      <link>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158719#M4178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have different options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. suppress the output: &lt;A href="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001906177.htm"&gt;Suppressing Information to the SAS Log&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. write to a file: &lt;A href="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001330273.htm"&gt;Routing the Output and the SAS Log with PROC PRINTTO&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 14:12:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158719#M4178</guid>
      <dc:creator>TomDR</dc:creator>
      <dc:date>2013-11-28T14:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Log window output</title>
      <link>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158720#M4179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Tom's advice, it might be worth trying to figure out &lt;EM&gt;why &lt;/EM&gt;the log is so large.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I get "log full" type problems, it usually turns out to be because something in my program is generating a very large number of notes/warnings. For instance, if I'm doing something that generates a note at every observation of a 2-million-observation file, that will choke up the log very quickly. One way to identify this is to run the program on a smaller data set so that I can look at the log and see what's taking up the space. If I can identify a step that's spamming the log, I can then fix that problem without needing to shut off logging altogether.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 22:56:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158720#M4179</guid>
      <dc:creator>GeoffreyBrent</dc:creator>
      <dc:date>2013-11-28T22:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Log window output</title>
      <link>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158721#M4180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you submit the program as a background or batch job then you will not get those messages.&amp;nbsp; If you really have a long running job then that is how you should be submitting the code anyway.&amp;nbsp; That said you should still look into WHY the job is generating such a large log file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 23:30:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158721#M4180</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-11-28T23:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Log window output</title>
      <link>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158722#M4181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might help - it explains the DMSLOGSIZE option available from SAS 9.2 onwards for increasing the default size:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/5/888.html"&gt;http://support.sas.com/kb/5/888.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 23:48:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158722#M4181</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2013-11-28T23:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Log window output</title>
      <link>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158723#M4182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas. Thanks for your guidance,,, Its very helpful. Can you please let me how can i run a .sas file in batch mode. when i m running my programme in cmd prompt its always open SAS programe, and if i create .BAT file it also doing same.&lt;/P&gt;&lt;P&gt;can you please help me .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 04:26:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158723#M4182</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2013-11-29T04:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Log window output</title>
      <link>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158724#M4183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The normal way that I submit SAS programs is to include the filename on the command line when I type the command that starts SAS.&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp; sas myfile&lt;/P&gt;&lt;P&gt;This will look for the code in myfile.sas and write the log to myfile.log and the listing output to myfile.lst.&amp;nbsp; This is how SAS has worked since it was first available on interactive systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you are trying to use Windows then it may be harder to invoke SAS from the command line, but when SAS is installed it should create multiple associations into the Windows Registry for .sas files.&amp;nbsp; So if you right click on SAS program file in a Windows Explorer window you should have a choice for Batch submit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 08:09:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158724#M4183</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-11-29T08:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Log window output</title>
      <link>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158725#M4184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your kind help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 10:37:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Log-window-output/m-p/158725#M4184</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2013-11-29T10:37:19Z</dc:date>
    </item>
  </channel>
</rss>

