Previous Page | Next Page

The GAREABAR Procedure

PROC GAREABAR Statement


Identifies the data set containing the chart variables.
Requirements: An input data set is required.


Syntax

PROC GAREABAR<DATA=input-data-set>;

Options

PROC GAREABAR statement options affect all graphs produced by the procedure.

DATA=input-data-set;

specifies the SAS data set that contains the variable(s) to chart. By default the procedure uses the most recently created SAS data set.

Previous Page | Next Page | Top of Page