<?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 How to suppress warning message from COMPGED function in log? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-suppress-warning-message-from-COMPGED-function-in-log/m-p/4066#M1699</link>
    <description>I am running the COMPGED function on a fairly large dataset and it won't take long to fill up the log space with a repeated warning message of 'COMPGED should have skipped DP table'. And everytime it pops up an window asking me to clean up the log space first, again and again. So is there a way to suppress this information from showing up in the log? Thanks.</description>
    <pubDate>Mon, 06 Aug 2007 13:22:32 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-08-06T13:22:32Z</dc:date>
    <item>
      <title>How to suppress warning message from COMPGED function in log?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-suppress-warning-message-from-COMPGED-function-in-log/m-p/4066#M1699</link>
      <description>I am running the COMPGED function on a fairly large dataset and it won't take long to fill up the log space with a repeated warning message of 'COMPGED should have skipped DP table'. And everytime it pops up an window asking me to clean up the log space first, again and again. So is there a way to suppress this information from showing up in the log? Thanks.</description>
      <pubDate>Mon, 06 Aug 2007 13:22:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-suppress-warning-message-from-COMPGED-function-in-log/m-p/4066#M1699</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-08-06T13:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress warning message from COMPGED function in log?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-suppress-warning-message-from-COMPGED-function-in-log/m-p/4067#M1700</link>
      <description>I'd rather suggest you not to suppress the message, since it may be important, but to route your log to an external file which will not be filled up and requiring any care while the program is running.&lt;BR /&gt;
PROC PRINTTO LOG="some path and name for external log" ;&lt;BR /&gt;
RUN ;&lt;BR /&gt;
DATA ... ;&lt;BR /&gt;
   SET ... ;&lt;BR /&gt;
   /* where you're using the Compged function */&lt;BR /&gt;
RUN ;&lt;BR /&gt;
/* and return back to normal */&lt;BR /&gt;
PROC PRINTTO LOG=LOG ;&lt;BR /&gt;
RUN ;&lt;BR /&gt;
&lt;BR /&gt;
You can scan your log using any text editor, like Notepad, with the Find function, to look for any error message afterwards.&lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
Olivier</description>
      <pubDate>Thu, 09 Aug 2007 11:31:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-suppress-warning-message-from-COMPGED-function-in-log/m-p/4067#M1700</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2007-08-09T11:31:34Z</dc:date>
    </item>
  </channel>
</rss>

