Hi Darrell, Thank you so much for all your help. We are going to redo the process and use the id statement. With the block shape files it has Statefp10, CountyFp10, TractCE10 and BlockCE10 that I need to get back from proc ginside. Would this be the correct way to execute the proc mapimport? I will try doing gmap on one of my current files to see what it looks like and then for the same state I will do it with the id statement. Proc mapimport datafile="c:\temp\tl_2014_01_tabblock10.shp" out="AL_Block" contents; id statefp10 countyfp10 tractce10 blockce10; run; This should give me correct data now when I do proc ginside, correct? Thank you, Jerry
... View more