Hi, I have a table with postal codes (i.e. m4p 1y3) and demographic information such as age and gender. Trying to plot a Geo Map, but not working out. primarily i can only associate the code down to the province level in the Subdivision.
Any suggestions?
Tia,
Alex
SAS only has US ZIP Code centroids. It doesn't have any Postal Codes from other countries (I think you can get Austraila and England for free). And no ZIP or Postal Code polygons/regions.
If you have a source of Canada postal code centroids, you can use SAS/Graph Proc GEOCODE to assign the lat/long to your postal codes and then move the data to VA. You will have to do a custom bubble map.
For more information, see: http://support.sas.com/rnd/papers/#2013
PROC GEOCODE: Finding Locations Outside the U.S.
SAS only has US ZIP Code centroids. It doesn't have any Postal Codes from other countries (I think you can get Austraila and England for free). And no ZIP or Postal Code polygons/regions.
If you have a source of Canada postal code centroids, you can use SAS/Graph Proc GEOCODE to assign the lat/long to your postal codes and then move the data to VA. You will have to do a custom bubble map.
For more information, see: http://support.sas.com/rnd/papers/#2013
PROC GEOCODE: Finding Locations Outside the U.S.
Thanks Darrell, will give that a try.
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.