<?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 scientific notation and date issue in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/scientific-notation-and-date-issue/m-p/67375#M14588</link>
    <description>I'm importing data from excel. For one of the fileds I get the data in scientific notation 1.69701e+008 , the filed is saved as text,&lt;BR /&gt;
&lt;BR /&gt;
And also in the data filed some values, I get with time part in it.The format i gave is date9.</description>
    <pubDate>Wed, 26 Aug 2009 20:48:48 GMT</pubDate>
    <dc:creator>SASPhile</dc:creator>
    <dc:date>2009-08-26T20:48:48Z</dc:date>
    <item>
      <title>scientific notation and date issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/scientific-notation-and-date-issue/m-p/67375#M14588</link>
      <description>I'm importing data from excel. For one of the fileds I get the data in scientific notation 1.69701e+008 , the filed is saved as text,&lt;BR /&gt;
&lt;BR /&gt;
And also in the data filed some values, I get with time part in it.The format i gave is date9.</description>
      <pubDate>Wed, 26 Aug 2009 20:48:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/scientific-notation-and-date-issue/m-p/67375#M14588</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2009-08-26T20:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: scientific notation and date issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/scientific-notation-and-date-issue/m-p/67376#M14589</link>
      <description>Please show your code and log.  There are a bunch of ways to read Excel and twice that many ways for it to get confused.</description>
      <pubDate>Thu, 27 Aug 2009 02:59:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/scientific-notation-and-date-issue/m-p/67376#M14589</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-08-27T02:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: scientific notation and date issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/scientific-notation-and-date-issue/m-p/67377#M14590</link>
      <description>Add a  useful SAS diagnostic code statement such as:&lt;BR /&gt;
&lt;BR /&gt;
IF _N_ LT 10 THEN PUTLOG _ALL_; &lt;BR /&gt;
&lt;BR /&gt;
and as was suggested forward the SAS log with code exposed  (use COPY/PASTE into a forum post/reply) so others can help you with the problem.  Of course having this information yourself may be enough to self-debug the problem.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 27 Aug 2009 14:14:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/scientific-notation-and-date-issue/m-p/67377#M14590</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-08-27T14:14:32Z</dc:date>
    </item>
  </channel>
</rss>

