Hello, I am trying to calculate an age variable.
The input format of brth_date (birth date) and scrn_date (screening date) is datetime 22.3.
the output format is numeric best12.
I am receiving the error: "Invalid character data" (Log below)
Any help would be appreciated.
Thank you!!
brth_date = datepart (brthdat); if recorddate > . then scrn_date = datepart (recorddate); else scrn_date = datepart (icdat); age = floor(yrdif (brth_date, scrn_date,'age'));
Could you please check if you have the age already derived in DM1 dataset.
Could you please check if you have the age already derived in DM1 dataset.
Wow, so when I initialized the variables in the dm1 data set, I accidentally set age = ' ' instead of age = .
Thank you!
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.