Summary

PROC PLOT Statements

PROC PLOT <DATA=SAS-data-set> <options>;
LABEL variable='label';
PLOT request-list </option(s)>;
TITLE<n> <'title'>;
PROC PLOT <DATA=SAS-data-set> <option(s)> ;
starts the PLOT procedure. You can specify the following option(s) in the PROC PLOT statement:
DATA=SAS-data-set
names the SAS data set that PROC PLOT uses. If you omit DATA=, then PROC PLOT uses the most recently created data set.
HPERCENT=percent(s)
specifies one or more percentages of the available horizontal space to use for each plot. HPERCENT= enables you to put multiple plots on one page. PROC PLOT tries to fit as many plots as possible on a page. After using each of the percent(s), PROC PLOT cycles back to the beginning of the list. ...

Get Step-by-Step Programming with Base SAS 9.4 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.