<?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 Hiding/Masking macro variables in the log in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Hiding-Masking-macro-variables-in-the-log/m-p/28325#M5211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am researching for any options or commands to hide or mask a certain set of macro variables in the log. Just wondering if anyone has suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;45&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +/*******ORACLE PASS THRU CONNECTION***********/&lt;/P&gt;&lt;P&gt;46&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&lt;/P&gt;&lt;P&gt;48&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +%LET ORAPW=mypw; *pw needs to be in lowercase;&lt;/P&gt;&lt;P&gt;49&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +%LET ORAPATH=myorapt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable ORAID resolves to rptusr&lt;/P&gt;&lt;P&gt;50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&lt;/P&gt;&lt;P&gt;51&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +%PUT |&amp;amp;ORAID|;&lt;/P&gt;&lt;P&gt;|myid|&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable ORAPW resolves to rpt124usr&lt;/P&gt;&lt;P&gt;52&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +%PUT |&amp;amp;ORApw|;&lt;/P&gt;&lt;P&gt;|mypw|&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable ORAPATH resolves to URNPRR2&lt;/P&gt;&lt;P&gt;53&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +%PUT |&amp;amp;ORAPATH|;&lt;/P&gt;&lt;P&gt;|myorapt|&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This log is from a separate SAS Parms file out on the unix server in our environment. We would ideally like to put the symbolgen and mprint at the top of the SAS code then invoke this file containing the environment variables but would like to see something like this - &lt;/P&gt;&lt;P&gt;47&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +%LET ORAID=XXXXXXXXXX; *User ID needs to be in lowercase;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;51&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +%PUT |&amp;amp;ORAID|;&lt;/P&gt;&lt;P&gt;|XXXXXXX|&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2011 19:04:45 GMT</pubDate>
    <dc:creator>saspert</dc:creator>
    <dc:date>2011-07-08T19:04:45Z</dc:date>
    <item>
      <title>Hiding/Masking macro variables in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hiding-Masking-macro-variables-in-the-log/m-p/28325#M5211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am researching for any options or commands to hide or mask a certain set of macro variables in the log. Just wondering if anyone has suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;45&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +/*******ORACLE PASS THRU CONNECTION***********/&lt;/P&gt;&lt;P&gt;46&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&lt;/P&gt;&lt;P&gt;48&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +%LET ORAPW=mypw; *pw needs to be in lowercase;&lt;/P&gt;&lt;P&gt;49&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +%LET ORAPATH=myorapt;&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable ORAID resolves to rptusr&lt;/P&gt;&lt;P&gt;50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&lt;/P&gt;&lt;P&gt;51&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +%PUT |&amp;amp;ORAID|;&lt;/P&gt;&lt;P&gt;|myid|&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable ORAPW resolves to rpt124usr&lt;/P&gt;&lt;P&gt;52&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +%PUT |&amp;amp;ORApw|;&lt;/P&gt;&lt;P&gt;|mypw|&lt;/P&gt;&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable ORAPATH resolves to URNPRR2&lt;/P&gt;&lt;P&gt;53&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +%PUT |&amp;amp;ORAPATH|;&lt;/P&gt;&lt;P&gt;|myorapt|&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This log is from a separate SAS Parms file out on the unix server in our environment. We would ideally like to put the symbolgen and mprint at the top of the SAS code then invoke this file containing the environment variables but would like to see something like this - &lt;/P&gt;&lt;P&gt;47&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +%LET ORAID=XXXXXXXXXX; *User ID needs to be in lowercase;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;51&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +%PUT |&amp;amp;ORAID|;&lt;/P&gt;&lt;P&gt;|XXXXXXX|&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 19:04:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hiding-Masking-macro-variables-in-the-log/m-p/28325#M5211</guid>
      <dc:creator>saspert</dc:creator>
      <dc:date>2011-07-08T19:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding/Masking macro variables in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hiding-Masking-macro-variables-in-the-log/m-p/28326#M5212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if &lt;A _jive_internal="true" href="http://support.sas.com/resources/papers/proceedings09/013-2009.pdf"&gt;Sherman and Carpenter(2009)&lt;/A&gt; helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 20:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hiding-Masking-macro-variables-in-the-log/m-p/28326#M5212</guid>
      <dc:creator>chang_y_chung_hotmail_com</dc:creator>
      <dc:date>2011-07-08T20:21:43Z</dc:date>
    </item>
    <item>
      <title>Hiding/Masking macro variables in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hiding-Masking-macro-variables-in-the-log/m-p/28327#M5213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;I saw that paper too. Thank you for the tip. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is _NOLOG_ not sure how popular that is. Any one familiar with that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 14:16:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hiding-Masking-macro-variables-in-the-log/m-p/28327#M5213</guid>
      <dc:creator>saspert</dc:creator>
      <dc:date>2011-07-11T14:16:51Z</dc:date>
    </item>
  </channel>
</rss>

