<?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: Password contains invalid option name &amp;quot;:&amp;quot; in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Password-contains-invalid-option-name-quot-quot/m-p/70705#M20354</link>
    <description>Isn't the password in quotes? So why should a column cause problems?&lt;BR /&gt;
&lt;BR /&gt;
What you always can do is encoding your password.&lt;BR /&gt;
&lt;BR /&gt;
proc pwencode in='mypw';&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
And then copy from the log the encoded pw, i.e:&lt;BR /&gt;
&lt;BR /&gt;
connect to oracle (user= password='{sas001}bXlwdw==' path=);</description>
    <pubDate>Sat, 12 Sep 2009 14:17:51 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2009-09-12T14:17:51Z</dc:date>
    <item>
      <title>Password contains invalid option name ":"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Password-contains-invalid-option-name-quot-quot/m-p/70704#M20353</link>
      <description>Hi,&lt;BR /&gt;
While using the proc sql statement to connect the sas to oracle,it is needed to enter the user id and password.My question is the password contains the symbol ":" and I get the error "Invalid option name :"  Is there any way to work around this?&lt;BR /&gt;
&lt;BR /&gt;
eg: proc sql;&lt;BR /&gt;
connect to oracle (user= password= path=);&lt;BR /&gt;
quit;</description>
      <pubDate>Fri, 11 Sep 2009 12:03:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Password-contains-invalid-option-name-quot-quot/m-p/70704#M20353</guid>
      <dc:creator>LAtwood</dc:creator>
      <dc:date>2009-09-11T12:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Password contains invalid option name ":"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Password-contains-invalid-option-name-quot-quot/m-p/70705#M20354</link>
      <description>Isn't the password in quotes? So why should a column cause problems?&lt;BR /&gt;
&lt;BR /&gt;
What you always can do is encoding your password.&lt;BR /&gt;
&lt;BR /&gt;
proc pwencode in='mypw';&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
And then copy from the log the encoded pw, i.e:&lt;BR /&gt;
&lt;BR /&gt;
connect to oracle (user= password='{sas001}bXlwdw==' path=);</description>
      <pubDate>Sat, 12 Sep 2009 14:17:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Password-contains-invalid-option-name-quot-quot/m-p/70705#M20354</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2009-09-12T14:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Password contains invalid option name ":"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Password-contains-invalid-option-name-quot-quot/m-p/70706#M20355</link>
      <description>From your post, it is unclear whether you attempted entering the password in single-quotes?  Also, it's always best to post the exact SAS log output (COPY/PASTE) with the error message and also the command syntax echoed in the log, rather than attempting some other example which may not be exact.  With the specific log output and associated SAS messages (as generated), the feedback you receive from the forum subscribers may be more accurate, rather than making any presumption.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sat, 12 Sep 2009 14:53:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Password-contains-invalid-option-name-quot-quot/m-p/70706#M20355</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-09-12T14:53:30Z</dc:date>
    </item>
  </channel>
</rss>

