<?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 How to substitute the pass through comand for libname in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515628#M15065</link>
    <description>&lt;P&gt;People,&lt;/P&gt;&lt;P&gt;How to substitute the pass through comand for libname&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;connect to oracle as myconn (user=smith password=secret&lt;BR /&gt;path='myoracleserver');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for libname sintax&lt;/P&gt;</description>
    <pubDate>Fri, 23 Nov 2018 18:29:21 GMT</pubDate>
    <dc:creator>marcosemeao</dc:creator>
    <dc:date>2018-11-23T18:29:21Z</dc:date>
    <item>
      <title>How to substitute the pass through comand for libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515628#M15065</link>
      <description>&lt;P&gt;People,&lt;/P&gt;&lt;P&gt;How to substitute the pass through comand for libname&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;connect to oracle as myconn (user=smith password=secret&lt;BR /&gt;path='myoracleserver');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for libname sintax&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 18:29:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515628#M15065</guid>
      <dc:creator>marcosemeao</dc:creator>
      <dc:date>2018-11-23T18:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to substitute the pass through comand for libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515634#M15066</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SQL;    
  CONNECT TO ORACLE (user=user password="password" path=schema);
  CREATE TABLE LIBRARY.tab_nm AS
   SELECT *       
      FROM CONNECTION TO ORACLE          
       (
           &amp;lt;Your ORACLE SQL query here&amp;gt;
     	);
  DISCONNECT
  FROM ORACLE; 
 QUIT;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Nov 2018 19:11:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515634#M15066</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2018-11-23T19:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to substitute the pass through comand for libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515641#M15067</link>
      <description>It's stage 1 &amp;amp; 2 here:&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=bidsag&amp;amp;docsetTarget=p1t9q2knb9tq5ln101dkrdsa9ymf.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=bidsag&amp;amp;docsetTarget=p1t9q2knb9tq5ln101dkrdsa9ymf.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Yes, this is for data integration studio, but the idea is the same for a desktop here. Set up the ODBC connection (or whatever connection in user dsn) and then use a libname statement. &lt;BR /&gt;&lt;BR /&gt;libname name8cha odbc schema="dbo" noprompt="server=XXXXXXX,YYYY;DRIVER=SQL Server;Trusted_Connection=yes;database=dbname";&lt;BR /&gt;&lt;BR /&gt;That's an example of my connection string.</description>
      <pubDate>Fri, 23 Nov 2018 19:22:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515641#M15067</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-23T19:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to substitute the pass through comand for libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515642#M15068</link>
      <description>&lt;P&gt;thanks r_behata!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I cant show my user and&amp;nbsp; password at code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to have a way that my user and password can't&amp;nbsp; be seen by other users that can access my program.sas or log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 19:26:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515642#M15068</guid>
      <dc:creator>marcosemeao</dc:creator>
      <dc:date>2018-11-23T19:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to substitute the pass through comand for libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515646#M15069</link>
      <description>&lt;P&gt;Then you have to make sure that only those with need-to-know have access to those files.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 19:55:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515646#M15069</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-11-23T19:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to substitute the pass through comand for libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515647#M15070</link>
      <description>&lt;P&gt;Encoding the Password is one option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002595992.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002595992.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 19:58:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515647#M15070</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2018-11-23T19:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to substitute the pass through comand for libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515906#M15073</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you use a environment with a Metadata Server (normally BI Server) you could use a Authentication Domain (libname option 'authdomain='). You will have to setup the library in the Metadata Server first, but that are a few steps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This paper will give you a short overview (it is some days older, but the steps are the same until now).&lt;BR /&gt;&lt;A href="http://support.sas.com/techsup/technote/ts771.pdf" target="_blank"&gt;http://support.sas.com/techsup/technote/ts771.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Andreas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 07:24:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/515906#M15073</guid>
      <dc:creator>AndreasWindisch</dc:creator>
      <dc:date>2018-11-26T07:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to substitute the pass through comand for libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/516284#M15092</link>
      <description>&lt;P&gt;I'm sorry for the delay in replying&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My client uses connection in SQL.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;CONNECT TO ODBC AS SQLCON&lt;BR /&gt;(DSN = BW_PROD USER = SRV_SASLayout PWD = "XXXXXXX%" READ_ISOLATION_LEVEL = 'RU');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the tips and I'm reviewing what you have sent&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll test the alternatives.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thankful&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 11:59:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-substitute-the-pass-through-comand-for-libname/m-p/516284#M15092</guid>
      <dc:creator>marcosemeao</dc:creator>
      <dc:date>2018-11-27T11:59:12Z</dc:date>
    </item>
  </channel>
</rss>

