<?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 log Full in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-log-Full/m-p/325376#M72363</link>
    <description>&lt;P&gt;Thank you. What about the disk full issue?&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2017 17:58:59 GMT</pubDate>
    <dc:creator>SASPhile</dc:creator>
    <dc:date>2017-01-17T17:58:59Z</dc:date>
    <item>
      <title>SAS log Full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-log-Full/m-p/325360#M72359</link>
      <description>&lt;P&gt;Even after redirecting the log to a differnt file I'm still getting the message Disk full and out of resources and also I'm not able to delete the log file manually. when i try to delete I get this message that file is in use.&lt;/P&gt;&lt;P&gt;is there any turn around for the following?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;file name logfile 'C:\temp\logfile_%sysfunc(date(),date9.).log';&lt;/P&gt;&lt;P&gt;proc printto log=logfile new;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 17:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-log-Full/m-p/325360#M72359</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2017-01-17T17:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS log Full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-log-Full/m-p/325371#M72362</link>
      <description>&lt;P&gt;You need run:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;proc printto; run;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in oredr to close the logfile and release resources.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 17:40:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-log-Full/m-p/325371#M72362</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-01-17T17:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS log Full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-log-Full/m-p/325376#M72363</link>
      <description>&lt;P&gt;Thank you. What about the disk full issue?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 17:58:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-log-Full/m-p/325376#M72363</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2017-01-17T17:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS log Full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-log-Full/m-p/325381#M72364</link>
      <description>&lt;P&gt;If you succedded to release the log then first try to delete it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Beyond look at the folder and check your disk for extra files that can be deleted and delete them&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use&amp;nbsp;&lt;STRONG&gt;options obs=100;&amp;nbsp;&lt;/STRONG&gt;and run a test (be aware not to damage your files) and check your log&lt;/P&gt;
&lt;P&gt;for messages. Maybe you are in a loop.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 18:08:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-log-Full/m-p/325381#M72364</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-01-17T18:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS log Full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-log-Full/m-p/325388#M72366</link>
      <description>&lt;P&gt;I would also suggest looking into what you are writing to the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may put statements in loops that aren't quite what you intended.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 18:12:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-log-Full/m-p/325388#M72366</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-01-17T18:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS log Full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-log-Full/m-p/325398#M72368</link>
      <description>&lt;P&gt;A disk full on the C: drive is no simple thing. When you are able to fill the drive with a log file, a thorough clean of the disk is in order.&lt;/P&gt;
&lt;P&gt;And be aware that the log file may only be the symptom, not the cause.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 18:39:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-log-Full/m-p/325398#M72368</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-17T18:39:20Z</dc:date>
    </item>
  </channel>
</rss>

