<?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: Access SAS 9.2 using a JDBC connection ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Access-SAS-9-2-using-a-JDBC-connection/m-p/91140#M19262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can only make a jdbc connection if your site has SAS/Share licensed and setup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Sep 2013 15:55:21 GMT</pubDate>
    <dc:creator>FriedEgg</dc:creator>
    <dc:date>2013-09-24T15:55:21Z</dc:date>
    <item>
      <title>Access SAS 9.2 using a JDBC connection ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-SAS-9-2-using-a-JDBC-connection/m-p/91139#M19261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I access SAS 9.2 using JDBC connection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have installed the&lt;A href="http://support.sas.com/demosdownloads/license.jsp?productID=110265"&gt; jdbc drivers for Windows&lt;/A&gt;&amp;nbsp; but I don't know where they can be found on the file system and how they can be called by a third party tool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What ports are required to be opened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the JDBC syntax to access SAS (Metadata server ?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 06:53:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-SAS-9-2-using-a-JDBC-connection/m-p/91139#M19261</guid>
      <dc:creator>apolodor</dc:creator>
      <dc:date>2013-09-24T06:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Access SAS 9.2 using a JDBC connection ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-SAS-9-2-using-a-JDBC-connection/m-p/91140#M19262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can only make a jdbc connection if your site has SAS/Share licensed and setup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 15:55:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-SAS-9-2-using-a-JDBC-connection/m-p/91140#M19262</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2013-09-24T15:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Access SAS 9.2 using a JDBC connection ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-SAS-9-2-using-a-JDBC-connection/m-p/91141#M19263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this hint but my question was quite different...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 06:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-SAS-9-2-using-a-JDBC-connection/m-p/91141#M19263</guid>
      <dc:creator>apolodor</dc:creator>
      <dc:date>2013-09-25T06:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Access SAS 9.2 using a JDBC connection ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-SAS-9-2-using-a-JDBC-connection/m-p/91142#M19264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the JDBC Cookbook for syntax and examples of using the drivers.&amp;nbsp; Can you give more specific details of what you are trying to accomplish, otherwise cannot provide specific help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/jdbcref/59666/PDF/default/jdbcref.pdf" title="http://support.sas.com/documentation/cdl/en/jdbcref/59666/PDF/default/jdbcref.pdf"&gt;http://support.sas.com/documentation/cdl/en/jdbcref/59666/PDF/default/jdbcref.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 15:39:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-SAS-9-2-using-a-JDBC-connection/m-p/91142#M19264</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2013-09-25T15:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Access SAS 9.2 using a JDBC connection ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-SAS-9-2-using-a-JDBC-connection/m-p/91143#M19265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found this page with useful info: &lt;A href="http://support.sas.com/demosdownloads/000355/readme_108274.html"&gt;http://support.sas.com/demosdownloads/000355/readme_108274.html&lt;/A&gt;&lt;A title="http://support.sas.com/demosdownloads/000355/readme_108274.html"&gt; &lt;/A&gt;&lt;A title="http://support.sas.com/demosdownloads/000355/readme_108274.html"&gt; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to access SAS data using a third party tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 07:44:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-SAS-9-2-using-a-JDBC-connection/m-p/91143#M19265</guid>
      <dc:creator>apolodor</dc:creator>
      <dc:date>2013-09-26T07:44:30Z</dc:date>
    </item>
  </channel>
</rss>

