Chapter Contents

Previous

Next
The GMAP Procedure

Procedure Syntax


Requirements: One ID statement and at least one CHORO, BLOCK, PRISM, or SURFACE statement are required.
Global statements: FOOTNOTE, LEGEND, PATTERN, TITLE
Reminder: The procedure can include the BY, FORMAT, LABEL, and WHERE statements as well as the SAS/GRAPH NOTE statement.
Supports: RUN-group processing Output Delivery System (ODS)

PROC GMAP MAP=map-data-set
<DATA=response-data-set>
<ALL>
<ANNOTATE=Annotate-data-set>
<GOUT=<libref.>output-catalog>
<IMAGEMAP=output-data-set>;
IDid-variable(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)>;


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.