<?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: SAS SERVERPASS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-SERVERPASS/m-p/245945#M45963</link>
    <description>&lt;P&gt;Try adding double quotes here: serverpass = "&amp;amp;password";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm assuming that your&amp;nbsp;&lt;SPAN&gt;&amp;amp;password is defined without quotes like so: %let password = MyPassword;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jan 2016 18:42:37 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2016-01-25T18:42:37Z</dc:date>
    <item>
      <title>SAS SERVERPASS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SERVERPASS/m-p/245912#M45945</link>
      <description>&lt;P&gt;I am attempting to use a macro to add my password information to my proc export code so I don't have to re-enter password in each line of script when password changes. The example below displays my attempt. Is there anything missing from the code or do I need to take another avenue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;export&lt;/STRONG&gt; data= TEST.test_import&lt;/P&gt;
&lt;P&gt;outfile= "\\A\B\C\D\E.xls"&lt;/P&gt;
&lt;P&gt;dbms= EXCELCS replace;&lt;/P&gt;
&lt;P&gt;SHEET = "TEST";&lt;/P&gt;
&lt;P&gt;SERVER ='XXXXXXXX;&lt;/P&gt;
&lt;P&gt;SERVERUSER = 'XXXXXX’;&lt;/P&gt;
&lt;P&gt;SERVERPASS = &amp;amp;password;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 17:39:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SERVERPASS/m-p/245912#M45945</guid>
      <dc:creator>Dataanalyst313</dc:creator>
      <dc:date>2016-01-25T17:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SERVERPASS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SERVERPASS/m-p/245945#M45963</link>
      <description>&lt;P&gt;Try adding double quotes here: serverpass = "&amp;amp;password";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm assuming that your&amp;nbsp;&lt;SPAN&gt;&amp;amp;password is defined without quotes like so: %let password = MyPassword;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 18:42:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SERVERPASS/m-p/245945#M45963</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-01-25T18:42:37Z</dc:date>
    </item>
  </channel>
</rss>

