<?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 Protect password from appearing in log in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Protect-password-from-appearing-in-log/m-p/282628#M57466</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using below code to get user credentials :-&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%WINDOW qsp_login_box   
    #1 @2 'INPUT QSP LOGIN CREDENTIALS:' attr=highlight 
	#3 @15 "Please enter the requested data, THEN press [ENTER]"
    #5 @5 'Please enter userid:'       
    #5 @26 user 20 attr=underline   REQUIRED=YES             
    #7 @5 'Please enter password:'            
    #7 @28 pass 20 attr=underline REQUIRED=YES DISPLAY=NO
;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But my password is appearing in log. Please suggest a way to hide the password.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2016 07:27:05 GMT</pubDate>
    <dc:creator>Aditi24</dc:creator>
    <dc:date>2016-07-07T07:27:05Z</dc:date>
    <item>
      <title>Protect password from appearing in log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Protect-password-from-appearing-in-log/m-p/282628#M57466</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using below code to get user credentials :-&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%WINDOW qsp_login_box   
    #1 @2 'INPUT QSP LOGIN CREDENTIALS:' attr=highlight 
	#3 @15 "Please enter the requested data, THEN press [ENTER]"
    #5 @5 'Please enter userid:'       
    #5 @26 user 20 attr=underline   REQUIRED=YES             
    #7 @5 'Please enter password:'            
    #7 @28 pass 20 attr=underline REQUIRED=YES DISPLAY=NO
;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But my password is appearing in log. Please suggest a way to hide the password.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 07:27:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Protect-password-from-appearing-in-log/m-p/282628#M57466</guid>
      <dc:creator>Aditi24</dc:creator>
      <dc:date>2016-07-07T07:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Protect password from appearing in log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Protect-password-from-appearing-in-log/m-p/282634#M57467</link>
      <description>&lt;P&gt;did you try to suppress information of SAS log, like that:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nosource nonotes errors=0;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;...your code...&amp;gt;&lt;BR /&gt;&lt;BR /&gt;options source notes;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;P&gt;have a nice day&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MC&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 08:08:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Protect-password-from-appearing-in-log/m-p/282634#M57467</guid>
      <dc:creator>MC1985</dc:creator>
      <dc:date>2016-07-07T08:08:13Z</dc:date>
    </item>
  </channel>
</rss>

