GMAP Procedure

Requirement:
  • One MAP= argument
  • One DATA= argument if no response data set was created before issuing the PROC GMAP statement
  • One ID statement
  • At least one CHORO, BLOCK, PRISM, or SURFACE statement
Global statements: TITLE, FOOTNOTE, NOTE, LEGEND, PATTERN, GOPTIONS
Supports: RUN-group processing
Note: The procedure can include the SAS/GRAPH statements BY and NOTE, as well as the Base SAS statements FORMAT, LABEL, and WHERE. See SAS/GRAPH Statements and SAS Statements: Reference for more information.

Syntax

PROC GMAP MAP=map-data-set
DATA=response-data-set
<ALL>
<ANNOTATE=Annotate-data-set>
<DENSITY=0...6 | LOW | MEDIUM | HIGH>
<GOUT=<libref.>output-catalog>
<IMAGEMAP= output-data-set>
<STRETCH>
<UNIFORM>;
ID id-variable(s);
AREA response-variable </ option(s)>;
BLOCK response-variable(s) </ option(s)>;
CHORO response-variable(s) </ option(s)>;
PRISM response-variable(s) </ option(s)>;
SURFACE response-variable(s) </ option(s)>;