<?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 passthrough execution in Spark with JDBC or ODBC connection in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-passthrough-execution-in-Spark-with-JDBC-or-ODBC-connection/m-p/531216#M145356</link>
    <description>&lt;P&gt;There is no reason ODBC should not be usable.&lt;/P&gt;
&lt;P&gt;You should also be able to use pass-through.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname SPARK odbc &amp;lt;connection parameters&amp;gt;;
proc sql;
  connect using SPARK;
  execute by SPARK ( pass-through code );
  select * from connection to SPARK ( pass-through query );
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2019 00:33:18 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2019-01-30T00:33:18Z</dc:date>
    <item>
      <title>SAS passthrough execution in Spark with JDBC or ODBC connection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-passthrough-execution-in-Spark-with-JDBC-or-ODBC-connection/m-p/531183#M145341</link>
      <description>&lt;P&gt;Does SAS Support passthrough execution in spark using either JDBC or ODBC driver?&lt;/P&gt;&lt;P&gt;If I used JDBC or ODBC friver from SIMBA (&lt;A href="https://www.simba.com/drivers/spark-jdbc-odbc/" target="_blank"&gt;https://www.simba.com/drivers/spark-jdbc-odbc/&lt;/A&gt; ) can i do execution in spark and return result in sas as a sas dataset? is there SAS Access for spark available? or i have to use JDBC/ODBC drivers? and will it work?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 21:21:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-passthrough-execution-in-Spark-with-JDBC-or-ODBC-connection/m-p/531183#M145341</guid>
      <dc:creator>umeshMahajan</dc:creator>
      <dc:date>2019-01-29T21:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS passthrough execution in Spark with JDBC or ODBC connection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-passthrough-execution-in-Spark-with-JDBC-or-ODBC-connection/m-p/531216#M145356</link>
      <description>&lt;P&gt;There is no reason ODBC should not be usable.&lt;/P&gt;
&lt;P&gt;You should also be able to use pass-through.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname SPARK odbc &amp;lt;connection parameters&amp;gt;;
proc sql;
  connect using SPARK;
  execute by SPARK ( pass-through code );
  select * from connection to SPARK ( pass-through query );
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 00:33:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-passthrough-execution-in-Spark-with-JDBC-or-ODBC-connection/m-p/531216#M145356</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-01-30T00:33:18Z</dc:date>
    </item>
  </channel>
</rss>

