<?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 write a note to the log without involving data step compiler or macro processor? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-write-a-note-to-the-log-without-involving-data-step/m-p/544912#M150706</link>
    <description>&lt;P&gt;&lt;STRONG&gt;How to write a note to the log &lt;EM&gt;&lt;U&gt;without&lt;/U&gt; involving data step compiler or macro processor?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%put I am crazy; /*% is a &lt;STRONG&gt;macro token&lt;/STRONG&gt; , so not allowed*/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data _null_;&lt;/P&gt;
&lt;P&gt;put 'I am crazy'; /*executed by &lt;STRONG&gt;data step compiler&lt;/STRONG&gt; , so not allowed*/&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ODS possibility?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2019 15:54:28 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2019-03-21T15:54:28Z</dc:date>
    <item>
      <title>How to write a note to the log without involving data step compiler or macro processor?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-write-a-note-to-the-log-without-involving-data-step/m-p/544912#M150706</link>
      <description>&lt;P&gt;&lt;STRONG&gt;How to write a note to the log &lt;EM&gt;&lt;U&gt;without&lt;/U&gt; involving data step compiler or macro processor?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%put I am crazy; /*% is a &lt;STRONG&gt;macro token&lt;/STRONG&gt; , so not allowed*/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data _null_;&lt;/P&gt;
&lt;P&gt;put 'I am crazy'; /*executed by &lt;STRONG&gt;data step compiler&lt;/STRONG&gt; , so not allowed*/&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ODS possibility?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 15:54:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-write-a-note-to-the-log-without-involving-data-step/m-p/544912#M150706</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-03-21T15:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a note to the log without involving data step compiler or macro processor?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-write-a-note-to-the-log-without-involving-data-step/m-p/544921#M150709</link>
      <description>&lt;P&gt;If you can rely on the fact that a global statement is echoed to the log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;SYSECHO "Here is my SAS log note.";&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 16:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-write-a-note-to-the-log-without-involving-data-step/m-p/544921#M150709</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-03-21T16:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a note to the log without involving data step compiler or macro processor?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-write-a-note-to-the-log-without-involving-data-step/m-p/544928#M150713</link>
      <description>&lt;P&gt;WOW!!! That's incredible.Jeez!!!!! That's not fair to even think along those lines to post a brilliant solution,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you * 1e6. However very jealous and accepted.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 16:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-write-a-note-to-the-log-without-involving-data-step/m-p/544928#M150713</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-03-21T16:19:07Z</dc:date>
    </item>
  </channel>
</rss>

