<?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: How to convert character date yyyy mm to SAS date in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-character-date-yyyy-mm-to-SAS-date/m-p/776948#M247117</link>
    <description>&lt;PRE&gt;data have;
input have $20.;
want=input(catx(' ',have,'01'),anydtdte32.);
format want yymon7.;
cards;
2020 APR
2020 AUG
;&lt;/PRE&gt;</description>
    <pubDate>Thu, 28 Oct 2021 11:48:18 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2021-10-28T11:48:18Z</dc:date>
    <item>
      <title>How to convert character date yyyy mm to SAS date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-character-date-yyyy-mm-to-SAS-date/m-p/776858#M247093</link>
      <description>&lt;P&gt;I have a character date column that I am trying to convert to a SAS date in the format monyy7.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rmlailer_0-1635364743922.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65106i84CD7956E0F375E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rmlailer_0-1635364743922.png" alt="rmlailer_0-1635364743922.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 19:59:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-convert-character-date-yyyy-mm-to-SAS-date/m-p/776858#M247093</guid>
      <dc:creator>rmlailer</dc:creator>
      <dc:date>2021-10-27T19:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert character date yyyy mm to SAS date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-character-date-yyyy-mm-to-SAS-date/m-p/776868#M247095</link>
      <description>input(compress(date), yymon7.) &lt;BR /&gt;&lt;BR /&gt;Then apply a format to display it as a date.</description>
      <pubDate>Wed, 27 Oct 2021 20:41:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-convert-character-date-yyyy-mm-to-SAS-date/m-p/776868#M247095</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-10-27T20:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert character date yyyy mm to SAS date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-character-date-yyyy-mm-to-SAS-date/m-p/776948#M247117</link>
      <description>&lt;PRE&gt;data have;
input have $20.;
want=input(catx(' ',have,'01'),anydtdte32.);
format want yymon7.;
cards;
2020 APR
2020 AUG
;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Oct 2021 11:48:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-convert-character-date-yyyy-mm-to-SAS-date/m-p/776948#M247117</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-10-28T11:48:18Z</dc:date>
    </item>
  </channel>
</rss>

