<?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 SAS EG - Wrapper code and MPRINT/MLOGIC create mess in log in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Wrapper-code-and-MPRINT-MLOGIC-create-mess-in-log/m-p/530128#M144946</link>
    <description>&lt;P&gt;I'm using SAS Enterprise Guide 7.1. I deselected the "Show generated wrapper code in SAS log," which displays a macro instead of the code in the log. But since I need to use MPRINT/MLOGIC/SYMBOLGEN in my SAS code, the replacement for the wrapper code turns into this mess in the log, which is even worse than the original wrapper code - any way to supress this without turning off macro debugging options?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 %_eg_hidenotesandsource;&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): Beginning execution.&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %GLOBAL _EGNOTES&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %GLOBAL _EGSOURCE&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %LET (variable name is _EGNOTES)&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nonotes;&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %LET (variable name is _EGSOURCE)&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nosource;&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): Ending execution.&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): Beginning execution.&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): %GLOBAL _EGNOTES&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): %GLOBAL _EGSOURCE&lt;BR /&gt;SYMBOLGEN: Macro variable _EGNOTES resolves to NOTES&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options NOTES;&lt;BR /&gt;SYMBOLGEN: Macro variable _EGSOURCE resolves to SOURCE&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options SOURCE;&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): Ending execution.&lt;BR /&gt;5 %_eg_hidenotesandsource;&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): Beginning execution.&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %GLOBAL _EGNOTES&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %GLOBAL _EGSOURCE&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %LET (variable name is _EGNOTES)&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nonotes;&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %LET (variable name is _EGSOURCE)&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nosource;&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): Ending execution.&lt;BR /&gt;SYMBOLGEN: Macro variable SASWORKLOCATION resolves to "D:\SAS-TEMP\_TD13064_S12ZAPSTAT07_\Prc2/"&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): Beginning execution.&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): %GLOBAL _EGNOTES&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): %GLOBAL _EGSOURCE&lt;BR /&gt;SYMBOLGEN: Macro variable _EGNOTES resolves to NOTES&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options NOTES;&lt;BR /&gt;SYMBOLGEN: Macro variable _EGSOURCE resolves to SOURCE&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options SOURCE;&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): Ending execution.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jan 2019 17:32:23 GMT</pubDate>
    <dc:creator>coffee_liz</dc:creator>
    <dc:date>2019-01-25T17:32:23Z</dc:date>
    <item>
      <title>SAS EG - Wrapper code and MPRINT/MLOGIC create mess in log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Wrapper-code-and-MPRINT-MLOGIC-create-mess-in-log/m-p/530128#M144946</link>
      <description>&lt;P&gt;I'm using SAS Enterprise Guide 7.1. I deselected the "Show generated wrapper code in SAS log," which displays a macro instead of the code in the log. But since I need to use MPRINT/MLOGIC/SYMBOLGEN in my SAS code, the replacement for the wrapper code turns into this mess in the log, which is even worse than the original wrapper code - any way to supress this without turning off macro debugging options?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 %_eg_hidenotesandsource;&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): Beginning execution.&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %GLOBAL _EGNOTES&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %GLOBAL _EGSOURCE&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %LET (variable name is _EGNOTES)&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nonotes;&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %LET (variable name is _EGSOURCE)&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nosource;&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): Ending execution.&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): Beginning execution.&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): %GLOBAL _EGNOTES&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): %GLOBAL _EGSOURCE&lt;BR /&gt;SYMBOLGEN: Macro variable _EGNOTES resolves to NOTES&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options NOTES;&lt;BR /&gt;SYMBOLGEN: Macro variable _EGSOURCE resolves to SOURCE&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options SOURCE;&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): Ending execution.&lt;BR /&gt;5 %_eg_hidenotesandsource;&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): Beginning execution.&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %GLOBAL _EGNOTES&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %GLOBAL _EGSOURCE&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %LET (variable name is _EGNOTES)&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nonotes;&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): %LET (variable name is _EGSOURCE)&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nosource;&lt;BR /&gt;MLOGIC(_EG_HIDENOTESANDSOURCE): Ending execution.&lt;BR /&gt;SYMBOLGEN: Macro variable SASWORKLOCATION resolves to "D:\SAS-TEMP\_TD13064_S12ZAPSTAT07_\Prc2/"&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): Beginning execution.&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): %GLOBAL _EGNOTES&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): %GLOBAL _EGSOURCE&lt;BR /&gt;SYMBOLGEN: Macro variable _EGNOTES resolves to NOTES&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options NOTES;&lt;BR /&gt;SYMBOLGEN: Macro variable _EGSOURCE resolves to SOURCE&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options SOURCE;&lt;BR /&gt;MLOGIC(_EG_RESTORENOTESANDSOURCE): Ending execution.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 17:32:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Wrapper-code-and-MPRINT-MLOGIC-create-mess-in-log/m-p/530128#M144946</guid>
      <dc:creator>coffee_liz</dc:creator>
      <dc:date>2019-01-25T17:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG - Wrapper code and MPRINT/MLOGIC create mess in log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Wrapper-code-and-MPRINT-MLOGIC-create-mess-in-log/m-p/530286#M144989</link>
      <description>&lt;P&gt;MPRINT, MLOGIC and SYMBOLGEN are normally only needed when developing and testing your code. If your code is working fine then turning off these options isn't going to cause any problems.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you still want to see the code being generated then Just use MPRINT only.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jan 2019 00:42:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Wrapper-code-and-MPRINT-MLOGIC-create-mess-in-log/m-p/530286#M144989</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-01-26T00:42:16Z</dc:date>
    </item>
  </channel>
</rss>

