<?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 use Age with Start Year/Month in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95748#M257719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your requirement seems to translate to the conditions&lt;/P&gt;&lt;P&gt;where DOB &amp;gt; '01&lt;STRONG&gt;MAY&lt;/STRONG&gt;1983'D and DOB &amp;lt;= '01MAY1993'D&lt;/P&gt;&lt;P&gt;if my mental arithmetic is correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Richard Carson Did some date arithmetic to update the figures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2013 21:12:14 GMT</pubDate>
    <dc:creator>RichardinOz</dc:creator>
    <dc:date>2013-02-04T21:12:14Z</dc:date>
    <item>
      <title>How to use Age with Start Year/Month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95738#M257709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I tried different ways on this basic SAS question but so far nothing worked for me. In my dataset I'm going to have all people between age 20-29 as of &lt;STRONG&gt;May 1st &lt;/STRONG&gt;but if the person's age is 30 on &lt;STRONG&gt;June 1st&lt;/STRONG&gt; also it should be included in my report. This is part of my logic that I used: ---&lt;STRONG&gt;where start_year = 01JAN2012&lt;/STRONG&gt; &lt;STRONG&gt;and 20 &amp;lt;= AGE &amp;lt;= 29 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The above logic would not include if person’s age is 30 on &lt;STRONG&gt;June&lt;/STRONG&gt; and even if I use this way: ---&lt;STRONG&gt;where start_year = 01JAN2012 and 20 &amp;lt;= AGE &amp;lt;= 30 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;it would include all people between age 20 – 30. &lt;/P&gt;&lt;P&gt;Thanks and any help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2013 22:17:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95738#M257709</guid>
      <dc:creator>AliMN</dc:creator>
      <dc:date>2013-02-02T22:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Age with Start Year/Month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95739#M257710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you calculate age or age was given?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Feb 2013 00:03:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95739#M257710</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2013-02-03T00:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Age with Start Year/Month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95740#M257711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Linlin. age is given&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 13:56:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95740#M257711</guid>
      <dc:creator>AliMN</dc:creator>
      <dc:date>2013-02-04T13:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Age with Start Year/Month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95741#M257712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to include anyone who is between 20 and 29 on May1...but also those that are 30 on June 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Do you want to include those who are 30 on June 1 even if they are not between 20 and 29 on May 1?&lt;/P&gt;&lt;P&gt;-Do you have date of birth available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have date of birth, I'm not sure how you would ever calculate age at a certain date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 14:06:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95741#M257712</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2013-02-04T14:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Age with Start Year/Month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95742#M257713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks DBailey.&lt;/P&gt;&lt;P&gt;You want to include anyone who is between 20 and 29 on May1...but also those that are 30 on June 1. &lt;STRONG&gt;Yes I want to include anyone between ages 20 and 30 but also anyone within the same people who reached/hit 30 on June 1st.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Do you want to include those who are 30 on June 1 even if they are not between 20 and 29 on May 1? &lt;STRONG&gt;if the person's age was 29 on May and converted to 30 on June 1st then it should be included in my report.&lt;/STRONG&gt; &lt;STRONG&gt;For example, if Mr. John's age was 29 on May and June 1st becomes 30 I want to include that in the report. As you can see I am using start_year = 01JAN2012 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;-Do you have date of birth available? &lt;STRONG&gt;Yes DOB is available&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have date of birth, I'm not sure how you would ever calculate age at a certain date. &lt;STRONG&gt;DOB is given&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I don't have a problem from ages between 20-29 but my main issue is to include my report same person who was 29 on and then hit 30 on June 1st.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 14:36:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95742#M257713</guid>
      <dc:creator>AliMN</dc:creator>
      <dc:date>2013-02-04T14:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Age with Start Year/Month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95743#M257714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;I Just want to rephrase my last respond. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You want to include anyone who is between 20 and 29 on May1...but also those that are 30 on June 1. &lt;STRONG&gt;Yes I want to include anyone between ages 20 and 29 but also anyone within the same people who reached/hit 30 on June 1st.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 14:58:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95743#M257714</guid>
      <dc:creator>AliMN</dc:creator>
      <dc:date>2013-02-04T14:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Age with Start Year/Month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95744#M257715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;/*&amp;nbsp; calculate age */&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;input id dob mmddyy10.;&lt;/P&gt;&lt;P&gt;format dob mmddyy10.;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;1 10/10/2000&lt;/P&gt;&lt;P&gt;2 1/28/1990&lt;/P&gt;&lt;P&gt;4/18/1964&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set have;&lt;/P&gt;&lt;P&gt; age_may=int((mdy(5,1,2013)-dob)/365.25);&lt;/P&gt;&lt;P&gt; age_jun=int((mdy(6,1,2013)-dob)/365.25);&lt;/P&gt;&lt;P&gt; if age_may&amp;gt;=20 and (age_may&amp;lt;=29 or age_jun&amp;lt;=30);&lt;/P&gt;&lt;P&gt; run;&lt;/P&gt;&lt;P&gt;proc print;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 15:10:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95744#M257715</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2013-02-04T15:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Age with Start Year/Month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95745#M257716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Linlin for your try. Here is the data I've.&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="PADDING-BOTTOM: 0px; PADDING-LEFT: 5.4pt; WIDTH: 191px; PADDING-RIGHT: 5.4pt; MARGIN-LEFT: 4.65pt; PADDING-TOP: 0px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;ID_NUM&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="35"&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt; AGE&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="92"&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;START_YEAR&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;123&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="35"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;20&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="92"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;1/27/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;123&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="35"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;20&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="92"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;5/20/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;1234&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="35"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;29&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="92"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;5/22/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;1234&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="35"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;29&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="92"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;6/1/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;12345&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="35"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;29&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="92"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;5/22/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;12345&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="35"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;30&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="92"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;6/1/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 15:30:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95745#M257716</guid>
      <dc:creator>AliMN</dc:creator>
      <dc:date>2013-02-04T15:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Age with Start Year/Month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95746#M257717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to have date of birth in order to calculate age at different time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 16:16:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95746#M257717</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2013-02-04T16:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Age with Start Year/Month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95747#M257718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again thanks Linlin. Here is the revised data with DOB included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="padding-bottom: 0px; padding-left: 5.4pt; padding-right: 5.4pt; margin-left: 4.65pt; padding-top: 0px;" width="283"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: Arial;"&gt;ID_NUM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="35"&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: Arial;"&gt;AGE&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="120"&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: Arial;"&gt;START_ServYEAR&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: Arial;"&gt;DOB&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;123&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="35"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;20&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="120"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;1/27/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;1/1/1993&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;123&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="35"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;20&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="120"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;5/20/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;1/1/1993&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;1234&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="35"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;29&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="120"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;5/22/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;2/14/1984&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;1234&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="35"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;29&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="120"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;6/1/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;2/14/1984&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;12345&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="35"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;29&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="120"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;5/22/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;5/1/1984&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;12345&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="35"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;30&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="120"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;6/1/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;5/1/1984&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 21:01:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95747#M257718</guid>
      <dc:creator>AliMN</dc:creator>
      <dc:date>2013-02-04T21:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Age with Start Year/Month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95748#M257719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your requirement seems to translate to the conditions&lt;/P&gt;&lt;P&gt;where DOB &amp;gt; '01&lt;STRONG&gt;MAY&lt;/STRONG&gt;1983'D and DOB &amp;lt;= '01MAY1993'D&lt;/P&gt;&lt;P&gt;if my mental arithmetic is correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Richard Carson Did some date arithmetic to update the figures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 21:12:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95748#M257719</guid>
      <dc:creator>RichardinOz</dc:creator>
      <dc:date>2013-02-04T21:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Age with Start Year/Month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95749#M257720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Linlin for your help. RichardinOz thanks as well for your input but I have to calcuate DOB as Linlin indicated. Linlin respond worked for me with some editions I made to my original data. Have a great evening everyone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 23:01:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Age-with-Start-Year-Month/m-p/95749#M257720</guid>
      <dc:creator>AliMN</dc:creator>
      <dc:date>2013-02-04T23:01:18Z</dc:date>
    </item>
  </channel>
</rss>

