<?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 date in numeric to char in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/date-in-numeric-to-char/m-p/310637#M67019</link>
    <description>&lt;P&gt;in my dataset i have dates which are like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2005-09-16T13:30&lt;/P&gt;
&lt;P&gt;2005-09-23&lt;/P&gt;
&lt;P&gt;2005-09-30&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in these i want to remove iso date and keep as yymmdd10. format.&lt;/P&gt;
&lt;P&gt;i used the below code but&lt;/P&gt;
&lt;P&gt;exstdtc1= input(exstdtc,yymmdd10.);&lt;/P&gt;
&lt;P&gt;format exstdtc1 yymmdd10.;&lt;/P&gt;
&lt;P&gt;I get the correct format but it is numeric. how to make it in character&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2016 12:30:18 GMT</pubDate>
    <dc:creator>vraj1</dc:creator>
    <dc:date>2016-11-10T12:30:18Z</dc:date>
    <item>
      <title>date in numeric to char</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-in-numeric-to-char/m-p/310637#M67019</link>
      <description>&lt;P&gt;in my dataset i have dates which are like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2005-09-16T13:30&lt;/P&gt;
&lt;P&gt;2005-09-23&lt;/P&gt;
&lt;P&gt;2005-09-30&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in these i want to remove iso date and keep as yymmdd10. format.&lt;/P&gt;
&lt;P&gt;i used the below code but&lt;/P&gt;
&lt;P&gt;exstdtc1= input(exstdtc,yymmdd10.);&lt;/P&gt;
&lt;P&gt;format exstdtc1 yymmdd10.;&lt;/P&gt;
&lt;P&gt;I get the correct format but it is numeric. how to make it in character&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 12:30:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-in-numeric-to-char/m-p/310637#M67019</guid>
      <dc:creator>vraj1</dc:creator>
      <dc:date>2016-11-10T12:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: date in numeric to char</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-in-numeric-to-char/m-p/310641#M67021</link>
      <description>&lt;P&gt;You are probably better off leaving it numeric. &amp;nbsp;But you can make it character:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;exstdtc1= put( input(exstdtc,yymmdd10.), yymmdd10.);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 12:37:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-in-numeric-to-char/m-p/310641#M67021</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2016-11-10T12:37:45Z</dc:date>
    </item>
  </channel>
</rss>

