|
Note: After downloading and unzipping these tables you must take them out of transport
format by running the CIMPORT procedure
using the VERSION INDICATED or a HIGHER VERSION of the SAS System.
| Name |
Description |
Date Added |
SAS Version |
| Zipcode Dataset |
New zipcode dataset, for October 2009, contains 41,531 observations and 18 variables. Includes the ZIPMIL and ZIPMISC datasets. These additional zipcodes may not be included with the SASHELP.ZIPCODE file. Source: zipcodedownload.com October 2009.
|
Oct2009 |
V8 |
| Zipcode Dataset |
Update dataset, for July 2009. Correction to the description for MSA. Corrected Y-value for zipcode 85193.
New zipcode dataset, for July 2009, contains 41,543 observations and 18 variables. Includes the ZIPMIL and ZIPMISC datasets. These additional zipcodes may not be included with the SASHELP.ZIPCODE file. Source: zipcodedownload.com July 2009.
|
Jul2009 |
V8 |
| Zipcode Dataset |
The following macro code will correct the MSA description in previous versions of the zipcode dataset.
No changes needed to this section of the code
%macro cgdesc(lib,zname);
proc datasets library=&lib;
modify &zname;
label MSA='Metro Statistical Area code by common pop-pre 2003. No MSA for rural';
run;
%mend;
Here's an example of a statement that will make the correction to "ZIPCODE_09Q3_UNIQUE"
stored in the "SASUSER" library.
%cgdesc(sasuser,%str(zipcode_09Q3_unique));
|
Sep2009 |
V8 |
| Zipcode Dataset |
New zipcode dataset, for April 2009, contains 41,509 observations and 18 variables. Includes the ZIPMIL and ZIPMISC datasets. These additional zipcodes may not be included with the SASHELP.ZIPCODE file. Source: zipcodedownload.com April 2009.
|
Apr2009 |
V8 |
| Zipcode Dataset |
New zipcode dataset, for January 2009, contains 41,516 observations and 18 variables. Includes the ZIPMIL and ZIPMISC datasets. These additional zipcodes may not be included with the SASHELP.ZIPCODE file. Source: zipcodedownload.com January 2009.
|
Jan2009 |
V8 |
| NJ8 - SAS/GIS Dataset |
Missing NODES dataset added to zip file.
US GIS datasets.
Feb2009
| V8 |
|
|
|
|
|
|