<?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 Data type for date in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Data-type-for-date/m-p/27899#M5148</link>
    <description>The Main data set (A) has date as Character.I need to append another dataset (B) to the main dataset.The date in (B) has to be changed to mmddyy10. format,and i had to use anydtdte informat. So the data type for this date is numeric.When I try to append these two datasets, i'm having an issue due to data type mismtach.How to resolve this issue?</description>
    <pubDate>Wed, 09 Dec 2009 15:54:32 GMT</pubDate>
    <dc:creator>SASPhile</dc:creator>
    <dc:date>2009-12-09T15:54:32Z</dc:date>
    <item>
      <title>Data type for date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-type-for-date/m-p/27899#M5148</link>
      <description>The Main data set (A) has date as Character.I need to append another dataset (B) to the main dataset.The date in (B) has to be changed to mmddyy10. format,and i had to use anydtdte informat. So the data type for this date is numeric.When I try to append these two datasets, i'm having an issue due to data type mismtach.How to resolve this issue?</description>
      <pubDate>Wed, 09 Dec 2009 15:54:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-type-for-date/m-p/27899#M5148</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2009-12-09T15:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data type for date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-type-for-date/m-p/27900#M5149</link>
      <description>Either change the date in dataset B to be a character string (using the PUT function) or change the date in dataset A to be numeric (using the INPUT function).&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 09 Dec 2009 16:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-type-for-date/m-p/27900#M5149</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-12-09T16:14:40Z</dc:date>
    </item>
  </channel>
</rss>

