LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (April 2009, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 30 Apr 2009 14:40:29 -0700
Reply-To:   sdlentertd@GMAIL.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   sdlentertd@GMAIL.COM
Organization:   http://groups.google.com
Subject:   tracking age
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

Need to track medical claims of people who are 65+ Time period of measurement is two years, from Mar2007 to Mar2009.... what if during this time someone turns 65 (example in 2008)... using the code that has '01APR2007'd wouldn't be accurate b/c the person would turn 65 in 2008 and should be captured after he turns 65... so 1) pull all members who are 65 as of today and then when I compare that table to get the actualy members who had medical claims during the last 2 years and then only choose those ones apply... here is an example

NAME DOB CLAIMS Date of Fill PersonA 3/5/1944 1 2/5/2009 (this claim would be excluded) PersonA 3/5/1944 5 3/8/2009 (this on is included b/c at the time of fill the person was alrady 65) How do I put this in a code?


Back to: Top of message | Previous page | Main SAS-L page