Previous Page | Next Page

The MAPIMPORT Procedure

Example 1: Including All Variables from the SHP Shapefile


In the following example,World30.shp contains polygons that compose a political boundary world map. All the field identifiers in the World30.shp file are included in the traditional map data set, MYWORLD.

PROC MAPIMPORT OUT=myworld DATAFILE="C:\world30.shp";
run;

Previous Page | Next Page | Top of Page