<?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: Missing date column load data from Oracle to SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Missing-date-column-load-data-from-Oracle-to-SAS/m-p/896694#M354328</link>
    <description>&lt;P&gt;What format did SAS assign to the variable when that data set was created?&lt;/P&gt;
&lt;P&gt;Show us the result of running Proc Contents data=t;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Oct 2023 15:16:27 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2023-10-02T15:16:27Z</dc:date>
    <item>
      <title>Missing date column load data from Oracle to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Missing-date-column-load-data-from-Oracle-to-SAS/m-p/896616#M354293</link>
      <description>&lt;P&gt;I have an Oracle table called Oracle_table.&lt;/P&gt;
&lt;P&gt;In this Oracle table I have only one column and one row&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Column name: Datetime_1&lt;/P&gt;
&lt;P&gt;Value:&amp;nbsp;31/DEC/2801 11:59:59.000000000 PM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I load the data from Oracle into SAS using data steps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data T;&lt;/P&gt;
&lt;P&gt;set Schema.Oracle_table;&amp;nbsp; &amp;nbsp;/* assume implicit pass through*/&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc print data=T;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I got a . (dot) for the column&amp;nbsp;Datetime_1 in SAS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 08:46:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Missing-date-column-load-data-from-Oracle-to-SAS/m-p/896616#M354293</guid>
      <dc:creator>gyambqt</dc:creator>
      <dc:date>2023-10-02T08:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Missing date column load data from Oracle to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Missing-date-column-load-data-from-Oracle-to-SAS/m-p/896619#M354295</link>
      <description>The date from Oracle can be read into SAS properly for value like:&lt;BR /&gt;31/DEC/9999 11:59:59.000000000 PM</description>
      <pubDate>Mon, 02 Oct 2023 09:06:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Missing-date-column-load-data-from-Oracle-to-SAS/m-p/896619#M354295</guid>
      <dc:creator>gyambqt</dc:creator>
      <dc:date>2023-10-02T09:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Missing date column load data from Oracle to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Missing-date-column-load-data-from-Oracle-to-SAS/m-p/896630#M354302</link>
      <description>&lt;P&gt;What datatype has the Oracle column?&lt;/P&gt;
&lt;P&gt;What does it look like if you are opening the table from SAS (not using a data step), or do a proc print directly towards it?&lt;/P&gt;
&lt;P&gt;Try executing the query using these options it might give some more hints:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options sastrace=',,,d' sastraceloc=saslog nostsuffx msglevel=i;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Oct 2023 10:03:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Missing-date-column-load-data-from-Oracle-to-SAS/m-p/896630#M354302</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2023-10-02T10:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Missing date column load data from Oracle to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Missing-date-column-load-data-from-Oracle-to-SAS/m-p/896694#M354328</link>
      <description>&lt;P&gt;What format did SAS assign to the variable when that data set was created?&lt;/P&gt;
&lt;P&gt;Show us the result of running Proc Contents data=t;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 15:16:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Missing-date-column-load-data-from-Oracle-to-SAS/m-p/896694#M354328</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-10-02T15:16:27Z</dc:date>
    </item>
  </channel>
</rss>

