<?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 Excel to SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Excel-to-SAS/m-p/28299#M5204</link>
    <description>Hi,&lt;BR /&gt;
 This is a nagging problem when converting excel data to SAS datasets especially with the date fields.&lt;BR /&gt;
I have this field ship_date where some values are of fomat 02/21/2007  and some are of 2/2/2007.&lt;BR /&gt;
As first step, I create a new column in excel convert all ship_date values to character and then import to SAS. Even then there are some values which wouldnt convert to the expected in excel either.2/22/2007 remains as is so I have to add a zero before month and year and then do the data conversion.&lt;BR /&gt;
This will take up long time to clean/modfiy formats. &lt;BR /&gt;
I'm wondering if there is any other technique that will help reduce this manual intervention?</description>
    <pubDate>Wed, 06 May 2009 17:51:50 GMT</pubDate>
    <dc:creator>SASPhile</dc:creator>
    <dc:date>2009-05-06T17:51:50Z</dc:date>
    <item>
      <title>Excel to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-to-SAS/m-p/28299#M5204</link>
      <description>Hi,&lt;BR /&gt;
 This is a nagging problem when converting excel data to SAS datasets especially with the date fields.&lt;BR /&gt;
I have this field ship_date where some values are of fomat 02/21/2007  and some are of 2/2/2007.&lt;BR /&gt;
As first step, I create a new column in excel convert all ship_date values to character and then import to SAS. Even then there are some values which wouldnt convert to the expected in excel either.2/22/2007 remains as is so I have to add a zero before month and year and then do the data conversion.&lt;BR /&gt;
This will take up long time to clean/modfiy formats. &lt;BR /&gt;
I'm wondering if there is any other technique that will help reduce this manual intervention?</description>
      <pubDate>Wed, 06 May 2009 17:51:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-to-SAS/m-p/28299#M5204</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2009-05-06T17:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-to-SAS/m-p/28300#M5205</link>
      <description>Try using INFORMAT ANYDTDTE. for your input conversion.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 06 May 2009 17:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-to-SAS/m-p/28300#M5205</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-06T17:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-to-SAS/m-p/28301#M5206</link>
      <description>I'm using import wizard</description>
      <pubDate>Wed, 06 May 2009 18:07:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-to-SAS/m-p/28301#M5206</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2009-05-06T18:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-to-SAS/m-p/28302#M5207</link>
      <description>There is a fair chance that the 2/2/2007 date in excel is actually entered in the cell as &lt;SPACE&gt;2/2/2007 and that excel, in it's fashion is just storing text in a column meant for a date.  It looks like a date, but it is not.&lt;/SPACE&gt;</description>
      <pubDate>Thu, 07 May 2009 01:08:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-to-SAS/m-p/28302#M5207</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-05-07T01:08:31Z</dc:date>
    </item>
  </channel>
</rss>

