<?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: Suppressing the macro script in the Log in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Suppressing-the-macro-script-in-the-Log/m-p/463948#M285055</link>
    <description>&lt;P&gt;Calling macros should not show any of the macro code in the log unless you have options mprint, symbolgen, or mlogic enabled.&lt;/P&gt;
&lt;P&gt;If this does not answer your question please provide an example of what is shown that you want hidden.&lt;/P&gt;</description>
    <pubDate>Tue, 22 May 2018 02:40:41 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2018-05-22T02:40:41Z</dc:date>
    <item>
      <title>Suppressing the macro script in the Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppressing-the-macro-script-in-the-Log/m-p/463945#M285054</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS EM 12.1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a sas code node that calling quite some number of macros. Is there a way that i can suppress the selected macro scripts in the log file?&amp;nbsp;And only show anything that I "%put"?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 01:51:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppressing-the-macro-script-in-the-Log/m-p/463945#M285054</guid>
      <dc:creator>okla</dc:creator>
      <dc:date>2018-05-22T01:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing the macro script in the Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppressing-the-macro-script-in-the-Log/m-p/463948#M285055</link>
      <description>&lt;P&gt;Calling macros should not show any of the macro code in the log unless you have options mprint, symbolgen, or mlogic enabled.&lt;/P&gt;
&lt;P&gt;If this does not answer your question please provide an example of what is shown that you want hidden.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 02:40:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppressing-the-macro-script-in-the-Log/m-p/463948#M285055</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-05-22T02:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing the macro script in the Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppressing-the-macro-script-in-the-Log/m-p/463958#M285056</link>
      <description>&lt;P&gt;Use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nosource;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to suppress the writing of the macro source codes to the log.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options source;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;turns it back on.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 05:41:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppressing-the-macro-script-in-the-Log/m-p/463958#M285056</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-05-22T05:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing the macro script in the Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppressing-the-macro-script-in-the-Log/m-p/463962#M285057</link>
      <description>Thanks. I managed to remove mine using&lt;BR /&gt;options nosource nosource2;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2018 06:09:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppressing-the-macro-script-in-the-Log/m-p/463962#M285057</guid>
      <dc:creator>okla</dc:creator>
      <dc:date>2018-05-22T06:09:39Z</dc:date>
    </item>
  </channel>
</rss>

