<?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 How to convert a charecter variable to a new variable with date format . in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-a-charecter-variable-to-a-new-variable-with-date/m-p/20673#M4298</link>
    <description>I have variable called 'a' with charecter datatype.From this i want to create a new variable 'b' with date format.&lt;BR /&gt;
&lt;BR /&gt;
eg;&lt;BR /&gt;
&lt;BR /&gt;
  A                  &lt;BR /&gt;
20040601   &lt;BR /&gt;
20031112   &lt;BR /&gt;
 &lt;BR /&gt;
B&lt;BR /&gt;
01/06/04&lt;BR /&gt;
12/11/03&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.</description>
    <pubDate>Fri, 23 May 2008 11:01:14 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-05-23T11:01:14Z</dc:date>
    <item>
      <title>How to convert a charecter variable to a new variable with date format .</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-a-charecter-variable-to-a-new-variable-with-date/m-p/20673#M4298</link>
      <description>I have variable called 'a' with charecter datatype.From this i want to create a new variable 'b' with date format.&lt;BR /&gt;
&lt;BR /&gt;
eg;&lt;BR /&gt;
&lt;BR /&gt;
  A                  &lt;BR /&gt;
20040601   &lt;BR /&gt;
20031112   &lt;BR /&gt;
 &lt;BR /&gt;
B&lt;BR /&gt;
01/06/04&lt;BR /&gt;
12/11/03&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.</description>
      <pubDate>Fri, 23 May 2008 11:01:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-a-charecter-variable-to-a-new-variable-with-date/m-p/20673#M4298</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-05-23T11:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a charecter variable to a new variable with date format .</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-a-charecter-variable-to-a-new-variable-with-date/m-p/20674#M4299</link>
      <description>use INPUT with a date informat like yymmdd.&lt;BR /&gt;
&lt;BR /&gt;
preferably the INPUT statement, as the data is loaded.&lt;BR /&gt;
Alternatively, the INPUT function&lt;BR /&gt;
&lt;BR /&gt;
Good Luck&lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
      <pubDate>Fri, 23 May 2008 11:25:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-a-charecter-variable-to-a-new-variable-with-date/m-p/20674#M4299</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-05-23T11:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a charecter variable to a new variable with date format .</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-a-charecter-variable-to-a-new-variable-with-date/m-p/20675#M4300</link>
      <description>Please read the SAS documentation about programming in SAS and about its wonderful richness of features.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/" target="_blank"&gt;http://support.sas.com/documentation/&lt;/A&gt;</description>
      <pubDate>Fri, 23 May 2008 12:25:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-a-charecter-variable-to-a-new-variable-with-date/m-p/20675#M4300</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-05-23T12:25:35Z</dc:date>
    </item>
  </channel>
</rss>

