Below Code can be used to calculate age using SAS Proc SQL: PROC SQL; SELECT int(today()-dateofbirth/365.25) as Age FROM TABLE_NAME; QUIT;
Blog about SAS® platform administration and working with SAS metadata.
Blog about SAS® platform administration and working with SAS metadata.