Question: i. Write a SAS program that reads in each the three files using DATA steps (not PROC Import) and stores the data described into a

i. Write a SAS program that reads in each the three files using DATA steps (not PROC Import) and stores the data described into a three different permanent SAS data sets. Use these names for the SAS data sets as the file names: nypop, nycvote, nonnycvote. ii. You will need only the county and total population from the nypopulation file. (Just keep the variables that you need.) iii. You will need only the county, number of republicans, number of democrats and total number registered from the other two files. iv. Make sure you look at all three data sets and prepare them to be concatenated end-to-end and merged side-to-side. If you need to change any data to do this work, do so as minimally as possible. v. (SAS only) Include commas when you print out the population values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
