<?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: Execute Oracle SQL Procedure with DATE parameter in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Execute-Oracle-SQL-Procedure-with-DATE-parameter/m-p/375678#M65353</link>
    <description>Its a sample which i have provided. I need to insert date in such format to kick off procedure such format.&lt;BR /&gt;Do we have any other syntax to execute procedure by inserting date from sas</description>
    <pubDate>Thu, 13 Jul 2017 13:12:47 GMT</pubDate>
    <dc:creator>help09</dc:creator>
    <dc:date>2017-07-13T13:12:47Z</dc:date>
    <item>
      <title>Execute Oracle SQL Procedure with DATE parameter</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Execute-Oracle-SQL-Procedure-with-DATE-parameter/m-p/375612#M65343</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am planning to execute oracle sql procedure with following date '01/JAN/1900' as input parameter in order to pull limited data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for &amp;nbsp;your help in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;proc sql;&lt;BR /&gt; connect to oracle (user=&amp;amp;username password=&amp;amp;passwrd path=&amp;amp;dbname);&lt;BR /&gt; execute (execute PROC_CREATE_TABLE('01/JAN/1900')) by oracle;&lt;BR /&gt; disconnect from oracle;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 10:59:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Execute-Oracle-SQL-Procedure-with-DATE-parameter/m-p/375612#M65343</guid>
      <dc:creator>help09</dc:creator>
      <dc:date>2017-07-13T10:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Oracle SQL Procedure with DATE parameter</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Execute-Oracle-SQL-Procedure-with-DATE-parameter/m-p/375632#M65344</link>
      <description>&lt;P&gt;Is thre a question in there somewhere, or would you just like the advice that its never a good idea to put data (date in this case) as table or column names?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 11:27:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Execute-Oracle-SQL-Procedure-with-DATE-parameter/m-p/375632#M65344</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-07-13T11:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Oracle SQL Procedure with DATE parameter</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Execute-Oracle-SQL-Procedure-with-DATE-parameter/m-p/375678#M65353</link>
      <description>Its a sample which i have provided. I need to insert date in such format to kick off procedure such format.&lt;BR /&gt;Do we have any other syntax to execute procedure by inserting date from sas</description>
      <pubDate>Thu, 13 Jul 2017 13:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Execute-Oracle-SQL-Procedure-with-DATE-parameter/m-p/375678#M65353</guid>
      <dc:creator>help09</dc:creator>
      <dc:date>2017-07-13T13:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Oracle SQL Procedure with DATE parameter</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Execute-Oracle-SQL-Procedure-with-DATE-parameter/m-p/375732#M65357</link>
      <description>Do that syntax of yours work in Oracle?&lt;BR /&gt;If yes, have you tested in SAS? What do you need help with?</description>
      <pubDate>Thu, 13 Jul 2017 15:20:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Execute-Oracle-SQL-Procedure-with-DATE-parameter/m-p/375732#M65357</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-07-13T15:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Oracle SQL Procedure with DATE parameter</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Execute-Oracle-SQL-Procedure-with-DATE-parameter/m-p/375770#M65362</link>
      <description>That doesn't appear to be valid Oracle code in the execute block unless you've got some oddly named stored procedures you're working with. And I can't see how you can create a table only passing a date. Can you provide some more context?</description>
      <pubDate>Thu, 13 Jul 2017 17:20:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Execute-Oracle-SQL-Procedure-with-DATE-parameter/m-p/375770#M65362</guid>
      <dc:creator>Sven111</dc:creator>
      <dc:date>2017-07-13T17:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Oracle SQL Procedure with DATE parameter</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Execute-Oracle-SQL-Procedure-with-DATE-parameter/m-p/376283#M65385</link>
      <description>&lt;P&gt;Your code looks OK - it is very similar to this: &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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But please note you can't return a result set from a stored procedure. You need to get the stored procedure to create a table or view that can then be queried separately.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2017 23:10:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Execute-Oracle-SQL-Procedure-with-DATE-parameter/m-p/376283#M65385</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-07-15T23:10:32Z</dc:date>
    </item>
  </channel>
</rss>

