Previous Page | Next Page

The GMAP Procedure

Procedure Syntax


Requirements: One ID and at least one CHORO, BLOCK, PRISM, or SURFACE statement is required.
Global statements: TITLE, FOOTNOTE, and NOTE Statements, LEGEND Statement, PATTERN Statement, and The GOPTIONS Procedure
Reminder: The GMAP procedure can include the BY, FORMAT, LABEL, and WHERE statements as well as the TITLE, FOOTNOTE, and NOTE Statements.
Supports: RUN-group processing

PROC GMAP <MAP=map-data-set>
DATA=response-data-set | feature-table
<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) | geo-variable;
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)>;

Previous Page | Next Page | Top of Page