Batch Geocoding |
Using the batch geocoding facility is a two-step process:
Use the %GCBATCH macro to assign values to the macro variables that control the geocoding process. See %GCBATCH Macro Statement for more information.
Call the SCL program to perform batch geocoding, SASHELP.GIS.GEOCODEB.SCL. In a SAS program, you can use the DM statement to issue an AF command to execute the SCL, as follows:
dm 'af c=sashelp.gis.geocodeb.scl; run;';
Note: If you are invoking SCL from your own frame application, you must use CALL DISPLAY instead of the DM command, for example, call display('sashelp.gis.geocodeb.scl') .
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.