<?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 make one date variable from three separate in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-to-make-one-date-variable-from-three-separate/m-p/690827#M24777</link>
    <description>&lt;P&gt;I'm really struggling to make one date variable from three separate variables. For instance, I have "BirthYear", "BirthMonth", "BirthDay" as three separate variables, and I need to make them into one "BirthDate" variable. I'm really lost at how to even start this or what to try. Thank you!&lt;/P&gt;</description>
    <pubDate>Sun, 11 Oct 2020 21:03:08 GMT</pubDate>
    <dc:creator>cass5957</dc:creator>
    <dc:date>2020-10-11T21:03:08Z</dc:date>
    <item>
      <title>How to make one date variable from three separate</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-make-one-date-variable-from-three-separate/m-p/690827#M24777</link>
      <description>&lt;P&gt;I'm really struggling to make one date variable from three separate variables. For instance, I have "BirthYear", "BirthMonth", "BirthDay" as three separate variables, and I need to make them into one "BirthDate" variable. I'm really lost at how to even start this or what to try. Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 21:03:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-make-one-date-variable-from-three-separate/m-p/690827#M24777</guid>
      <dc:creator>cass5957</dc:creator>
      <dc:date>2020-10-11T21:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to make one date variable from three separate</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-make-one-date-variable-from-three-separate/m-p/690828#M24778</link>
      <description>&lt;P&gt;In a DATA step&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;wanted_date=mdy(birthmonth,birthday,birthyear);
format wanted_date yymmdd10.;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 21:08:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-make-one-date-variable-from-three-separate/m-p/690828#M24778</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-10-11T21:08:04Z</dc:date>
    </item>
  </channel>
</rss>

