<?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 conversation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Date-conversation/m-p/591863#M169640</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/284419"&gt;@Shyamkumar&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Hi all,&lt;BR /&gt;I have date column, that is in char yyyymmdd&lt;BR /&gt;&lt;BR /&gt;I tried input and applied format, the output is blank.&lt;BR /&gt;Plz help&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There are so many ways that one can "try input" that you really need to show the code you attempted and the log from running the code.&lt;/P&gt;
&lt;P&gt;Copy the code and any messages from the Log and paste into a code box opened on the forum with the {I} or "running man" icons.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Better would be to include example data in the form of a data step.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2019 14:12:17 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2019-09-26T14:12:17Z</dc:date>
    <item>
      <title>Date conversation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-conversation/m-p/591794#M169596</link>
      <description>Hi all,&lt;BR /&gt;I have date column, that is in char yyyymmdd&lt;BR /&gt;&lt;BR /&gt;I tried input and applied format, the output is blank.&lt;BR /&gt;Plz help</description>
      <pubDate>Thu, 26 Sep 2019 08:09:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-conversation/m-p/591794#M169596</guid>
      <dc:creator>Shyamkumar</dc:creator>
      <dc:date>2019-09-26T08:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-conversation/m-p/591795#M169597</link>
      <description>&lt;P&gt;Use proper informat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
    chardate='20190926';
    numdate=input(chardate, yymmdd8.);
    format numdate date9.;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Sep 2019 08:11:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-conversation/m-p/591795#M169597</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-09-26T08:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-conversation/m-p/591863#M169640</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/284419"&gt;@Shyamkumar&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Hi all,&lt;BR /&gt;I have date column, that is in char yyyymmdd&lt;BR /&gt;&lt;BR /&gt;I tried input and applied format, the output is blank.&lt;BR /&gt;Plz help&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There are so many ways that one can "try input" that you really need to show the code you attempted and the log from running the code.&lt;/P&gt;
&lt;P&gt;Copy the code and any messages from the Log and paste into a code box opened on the forum with the {I} or "running man" icons.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Better would be to include example data in the form of a data step.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 14:12:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-conversation/m-p/591863#M169640</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-09-26T14:12:17Z</dc:date>
    </item>
  </channel>
</rss>

