Previous Page | Next Page

The GPLOT Procedure

Procedure Syntax


Requirements: At least one PLOT or BUBBLE statement is required. A PLOT2 or BUBBLE2 statement can be used in conjunction with a PLOT or BUBBLE statement.
Global statements: AXIS, FOOTNOTE, PATTERN, TITLE
Reminder: The procedure can include BY, FORMAT, LABEL, WHERE, and NOTE statements.
Supports:

RUN-group processing


PROC GPLOT <DATA=input-data-set>
<ANNOTATE=Annotate-data-set>
<GOUT=<libref.>output-catalog>
<IMAGEMAP=output-data-set >
<UNIFORM>;
BUBBLE plot-request(s) </option(s)>;
BUBBLE2 plot-request(s) </option(s)>;
PLOT plot-request(s) </option(s)>;
PLOT2 plot-request(s) </option(s)>;

Previous Page | Next Page | Top of Page