I have about 100 files with the same 24 variables and 400,000 obs each. They are missing the county code associated with each obs. I have another file that can match one of the variable's values to a county code. How do I code a way to take a value in the first file, find it and match another variable, same observation in the second file, and retain that value in the first file. My instinct is that there is a way to use "generate" and index/match to create a new variable in file 1 with the county code. Help!
-
Login or Register
- Log in with
Comment