<?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 Oracle Date Data Type in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Oracle-Date-Data-Type/m-p/67276#M1366</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I use Oracle database.   The date data type in the oracle table is date with include the time. such as 1/29/2011 12:34:23.&lt;BR /&gt;
&lt;BR /&gt;
When I tried to create a filter and prompt for it, SAS took it as a timestamp data type and it took in the date and time for the prompt.  how do I eliminate the time part of the date string and use the data without the time.&lt;BR /&gt;
&lt;BR /&gt;
Also, there is no option for me to change the timestamp data type to date when I created the prompt.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Bob

Message was edited by: databobjr</description>
    <pubDate>Mon, 31 Jan 2011 19:14:33 GMT</pubDate>
    <dc:creator>databobjr</dc:creator>
    <dc:date>2011-01-31T19:14:33Z</dc:date>
    <item>
      <title>Oracle Date Data Type</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Oracle-Date-Data-Type/m-p/67276#M1366</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I use Oracle database.   The date data type in the oracle table is date with include the time. such as 1/29/2011 12:34:23.&lt;BR /&gt;
&lt;BR /&gt;
When I tried to create a filter and prompt for it, SAS took it as a timestamp data type and it took in the date and time for the prompt.  how do I eliminate the time part of the date string and use the data without the time.&lt;BR /&gt;
&lt;BR /&gt;
Also, there is no option for me to change the timestamp data type to date when I created the prompt.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Bob

Message was edited by: databobjr</description>
      <pubDate>Mon, 31 Jan 2011 19:14:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Oracle-Date-Data-Type/m-p/67276#M1366</guid>
      <dc:creator>databobjr</dc:creator>
      <dc:date>2011-01-31T19:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Date Data Type</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Oracle-Date-Data-Type/m-p/67277#M1367</link>
      <description>One workaround is to create a new data item in the information map and convert the Oracle date to a SAS date using the datepart() function.  Then use the new data item in the prompt.</description>
      <pubDate>Mon, 31 Jan 2011 19:36:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Oracle-Date-Data-Type/m-p/67277#M1367</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2011-01-31T19:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Date Data Type</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Oracle-Date-Data-Type/m-p/67278#M1368</link>
      <description>Be carefull though as if you use a datepart then SAS can;t pass the query to Oracle and will be forced to query the entire Oracle table into a temporary SAS dataset.&lt;BR /&gt;
&lt;BR /&gt;
Will work but would be slow on large tables.&lt;BR /&gt;
&lt;BR /&gt;
I havent test 9.2/4.3 to see if it is better at passing this query to Oracle though.</description>
      <pubDate>Sat, 05 Feb 2011 23:46:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Oracle-Date-Data-Type/m-p/67278#M1368</guid>
      <dc:creator>ShaneGibson_OptimalBI</dc:creator>
      <dc:date>2011-02-05T23:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Date Data Type</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Oracle-Date-Data-Type/m-p/67279#M1369</link>
      <description>&amp;gt; Hi,&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; I use Oracle database.   The date data type in the&lt;BR /&gt;
&amp;gt; oracle table is date with include the time. such as&lt;BR /&gt;
&amp;gt; 1/29/2011 12:34:23.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; When I tried to create a filter and prompt for it,&lt;BR /&gt;
&amp;gt; SAS took it as a timestamp data type and it took in&lt;BR /&gt;
&amp;gt; the date and time for the prompt.  how do I eliminate&lt;BR /&gt;
&amp;gt; the time part of the date string and use the data&lt;BR /&gt;
&amp;gt; without the time.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&lt;BR /&gt;
can you make or use the prompt as a range&lt;BR /&gt;
 between &amp;amp;date 0:0:0 and &amp;amp;date 24:0:0</description>
      <pubDate>Sun, 06 Feb 2011 09:48:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Oracle-Date-Data-Type/m-p/67279#M1369</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-02-06T09:48:20Z</dc:date>
    </item>
  </channel>
</rss>

