<?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: Oracle stored procedure call from SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Oracle-stored-procedure-call-from-SAS/m-p/321921#M71154</link>
    <description>&lt;P&gt;You can call oracle stored process from SAS,&lt;/P&gt;&lt;P&gt;Here is the link for code:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/18/350.html" target="_blank"&gt;http://support.sas.com/kb/18/350.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jan 2017 09:28:52 GMT</pubDate>
    <dc:creator>Kalind_Patel</dc:creator>
    <dc:date>2017-01-02T09:28:52Z</dc:date>
    <item>
      <title>Oracle stored procedure call from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Oracle-stored-procedure-call-from-SAS/m-p/321919#M71153</link>
      <description>&lt;P&gt;how to import the oracle stored procedure using the odbc connection in sas.&lt;/P&gt;&lt;P&gt;where we can pass the parameter's to the stored procedure.&lt;/P&gt;&lt;P&gt;i need the basic code connecton for the procedure&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 09:26:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Oracle-stored-procedure-call-from-SAS/m-p/321919#M71153</guid>
      <dc:creator>anirudhs</dc:creator>
      <dc:date>2017-01-02T09:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle stored procedure call from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Oracle-stored-procedure-call-from-SAS/m-p/321921#M71154</link>
      <description>&lt;P&gt;You can call oracle stored process from SAS,&lt;/P&gt;&lt;P&gt;Here is the link for code:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/18/350.html" target="_blank"&gt;http://support.sas.com/kb/18/350.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 09:28:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Oracle-stored-procedure-call-from-SAS/m-p/321921#M71154</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2017-01-02T09:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle stored procedure call from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Oracle-stored-procedure-call-from-SAS/m-p/322067#M71210</link>
      <description>&lt;P&gt;I am searching for the connection using the odbc for oracle process to import&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 05:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Oracle-stored-procedure-call-from-SAS/m-p/322067#M71210</guid>
      <dc:creator>anirudhs</dc:creator>
      <dc:date>2017-01-03T05:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle stored procedure call from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Oracle-stored-procedure-call-from-SAS/m-p/322070#M71212</link>
      <description>&lt;P&gt;Okay, than try this code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
connect to odbc as oracledb
(datasrc="yourDSN" user=xxxx password=xxxx);

create table work.test_dataset as
select *
from connection to oracledb
(
execute schema.oracleStoredProcedure
@Param1 = 'value1',
@Param2 = 'value2',
@Param3 = 333;
);
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Please note that&amp;nbsp;you need &amp;nbsp;SAS/Access to ODBC or SAS/Access to Oracle license to execute oracle stored process.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 06:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Oracle-stored-procedure-call-from-SAS/m-p/322070#M71212</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2017-01-03T06:22:06Z</dc:date>
    </item>
  </channel>
</rss>

