<?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: can we change the color of log output? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83995#M24102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible just change the color and not put the keywords :NOTE or ERROE or WARNING in the log?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2012 13:43:24 GMT</pubDate>
    <dc:creator>Mike_Davis</dc:creator>
    <dc:date>2012-06-15T13:43:24Z</dc:date>
    <item>
      <title>can we change the color of log output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83991#M24098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we run cocd:&amp;nbsp; %put you are beautiful.&lt;/P&gt;&lt;P&gt;this will show on the log ,in black color,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how we can change it show in other color?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 21:37:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83991#M24098</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-06-14T21:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: can we change the color of log output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83992#M24099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;189&amp;nbsp; %put NOTE: makes it blue;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff; font-family: 'SAS Monospace';"&gt;NOTE: makes it blue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;190&amp;nbsp; %put NOTE- does too.;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;does too.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 22:21:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83992#M24099</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2012-06-14T22:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: can we change the color of log output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83993#M24100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And similar changes for&lt;/P&gt;&lt;P&gt;ERROR: ERROR- and WARNING: WARNING-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 22:32:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83993#M24100</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-06-14T22:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: can we change the color of log output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83994#M24101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change the colors in the log using the DM command.&lt;/P&gt;&lt;P&gt;in a program you can use to set the colors for the ERROR: WARNING: text.&lt;/P&gt;&lt;P&gt;colors accepted are red black white gray yellow cyan magenta or those colors and reverse (which makes the stated color the background and the text the background color.&lt;/P&gt;&lt;P&gt;the WSAVE will save the current settings across SAS sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dm 'log; color error red; color warning yellow; wsave;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 22:56:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83994#M24101</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-06-14T22:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: can we change the color of log output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83995#M24102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible just change the color and not put the keywords :NOTE or ERROE or WARNING in the log?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 13:43:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83995#M24102</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-06-15T13:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: can we change the color of log output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83996#M24103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know.&amp;nbsp; If you use - instead of : as in my example the word is omitted but not the space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 14:12:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83996#M24103</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2012-06-15T14:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: can we change the color of log output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83997#M24104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;This mothod is good enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 16:20:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83997#M24104</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-06-15T16:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: can we change the color of log output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83998#M24105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;except error, warning and note, is there any other options?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we use dm statement for change color of NOTE ,we will change every NOTEs' color in the log,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible we just change one Note's color in the log and keep other notes' color as their original?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 16:45:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83998#M24105</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-06-15T16:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: can we change the color of log output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83999#M24106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 18:54:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/83999#M24106</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-06-20T18:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: can we change the color of log output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/84000#M24107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, you can simply do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;log &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"color warning green reverse"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; continue;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;log &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"color error red reverse"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; continue;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 15:39:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/can-we-change-the-color-of-log-output/m-p/84000#M24107</guid>
      <dc:creator>Rio</dc:creator>
      <dc:date>2014-03-19T15:39:53Z</dc:date>
    </item>
  </channel>
</rss>

