<?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: Database password reset from SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Database-password-reset-from-SAS/m-p/598872#M172763</link>
    <description>&lt;P&gt;I'd expect the syntax to be similar to Oracle's:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;                          
  connect to oracle (user="&amp;amp;username" path='xx' pw="&amp;amp;cur_pwd" ); 
  execute (alter user &amp;amp;username identified by "&amp;amp;new_pwd" replace "&amp;amp;cur_pwd" ) by oracle; 
quit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2019 00:10:08 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2019-10-24T00:10:08Z</dc:date>
    <item>
      <title>Database password reset from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Database-password-reset-from-SAS/m-p/598817#M172729</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to reset the database password from SAS? I would like to give the ability for SAS users to be able to reset their database password (in my case Teradata pw) from SAS. Is there a way to do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if I could run a macro (that is on Teradata) from SAS that would reset the password for the user. Is that possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 20:00:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Database-password-reset-from-SAS/m-p/598817#M172729</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2019-10-23T20:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Database password reset from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Database-password-reset-from-SAS/m-p/598821#M172731</link>
      <description>&lt;P&gt;SQL Pass Through and you can use (EDIT): since your using TeraData it looks like you would use MODIFY USER to change passwords. Not very secure and is going to require an existing connection to the database, although I'm pretty sure your going to need a connection to the database regardless of method.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 20:14:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Database-password-reset-from-SAS/m-p/598821#M172731</guid>
      <dc:creator>Krueger</dc:creator>
      <dc:date>2019-10-23T20:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Database password reset from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Database-password-reset-from-SAS/m-p/598872#M172763</link>
      <description>&lt;P&gt;I'd expect the syntax to be similar to Oracle's:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;                          
  connect to oracle (user="&amp;amp;username" path='xx' pw="&amp;amp;cur_pwd" ); 
  execute (alter user &amp;amp;username identified by "&amp;amp;new_pwd" replace "&amp;amp;cur_pwd" ) by oracle; 
quit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 00:10:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Database-password-reset-from-SAS/m-p/598872#M172763</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-10-24T00:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Database password reset from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Database-password-reset-from-SAS/m-p/600033#M173338</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/295821"&gt;@Krueger&lt;/a&gt;&amp;nbsp; for the response. I was reading further on how to connect to Teradata and here is how we do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc sql; 
connect to teradata (user="john" server="abc" pw="test123" mode="teradata" ); 
execute (modify user john as password="test234" ) by teradata; 
quit;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Oct 2019 12:01:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Database-password-reset-from-SAS/m-p/600033#M173338</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2019-10-29T12:01:38Z</dc:date>
    </item>
  </channel>
</rss>

