Hi I need some help to calculate the Member age at end of the month each month. I have Member's date of the birth and Reporting end date.
Thank You
Ahsan
Something like this should do it:
AgeinYears = INTCK('YEAR',BirthDate, ReportDate, 'C');
Here is a link to the function:
Where is your sample input and wanted output dataset and why is this question posted on
I need to verify this variable in the data base
MBR_AGE_EOM TEST_AGE
20
20
20
20
Something like this should do it:
AgeinYears = INTCK('YEAR',BirthDate, ReportDate, 'C');
Here is a link to the function:
I moved this topic to Base SAS Programming, where it belongs.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.