Hi,
I have a SAS data set which has data for "estimated population count" for 33 counties "Fipscode:county fipscode, 2-digit numeric"variable, years 1990-2016. I have to add a variable named ALAND10 (from excel) which has a land area for each of the fipscode county variable in SAS (33 counties).
Later I need to calculate population density from the land area and population estimates. I've attached a SAS data and excel clip.
Thanks
First step would be import the Excel data into SAS.
The Merge (datastep) or Join (Proc Sql based on the value of the Fips code.
Either datastep or Proc Sql solution would allow doing the calculation in the same step.
What have you tried so far?
First step would be import the Excel data into SAS.
The Merge (datastep) or Join (Proc Sql based on the value of the Fips code.
Either datastep or Proc Sql solution would allow doing the calculation in the same step.
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!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.