<?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: Date Format in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Date-Format/m-p/73664#M21360</link>
    <description>Hi user,&lt;BR /&gt;
&lt;BR /&gt;
data test;&lt;BR /&gt;
input date yymmdd8.;&lt;BR /&gt;
cards;&lt;BR /&gt;
20050110&lt;BR /&gt;
;&lt;BR /&gt;
proc print;&lt;BR /&gt;
format date ddmmyy10.;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Venkatesh.</description>
    <pubDate>Wed, 11 Feb 2009 09:41:08 GMT</pubDate>
    <dc:creator>venkatesh</dc:creator>
    <dc:date>2009-02-11T09:41:08Z</dc:date>
    <item>
      <title>Date Format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Date-Format/m-p/73663#M21359</link>
      <description>HI i have a date it is in 20050110 in the form of year month and date now i want it to be in  10/01/2005 how can i do it</description>
      <pubDate>Wed, 11 Feb 2009 08:57:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Date-Format/m-p/73663#M21359</guid>
      <dc:creator>R_Win</dc:creator>
      <dc:date>2009-02-11T08:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Date-Format/m-p/73664#M21360</link>
      <description>Hi user,&lt;BR /&gt;
&lt;BR /&gt;
data test;&lt;BR /&gt;
input date yymmdd8.;&lt;BR /&gt;
cards;&lt;BR /&gt;
20050110&lt;BR /&gt;
;&lt;BR /&gt;
proc print;&lt;BR /&gt;
format date ddmmyy10.;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Venkatesh.</description>
      <pubDate>Wed, 11 Feb 2009 09:41:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Date-Format/m-p/73664#M21360</guid>
      <dc:creator>venkatesh</dc:creator>
      <dc:date>2009-02-11T09:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Date-Format/m-p/73665#M21361</link>
      <description>Is this data stored as a SAS date value, with a column format on it, a numerical column with value 20050110 or a char value? &lt;BR /&gt;
&lt;BR /&gt;
If it's the first case, just change/use another date format: ddmmyy10. &lt;BR /&gt;
&lt;BR /&gt;
If it's the other situations, you need to convert the columns to SAS date values first, by using INPUT/PUT functions. Read on-line doc, forum posts, papers etc on support.sas.com for examples. &lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Wed, 11 Feb 2009 10:11:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Date-Format/m-p/73665#M21361</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-02-11T10:11:43Z</dc:date>
    </item>
  </channel>
</rss>

