Previous Page | Next Page

The GTILE Procedure

PROC GTILE Statement


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


Syntax

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

Options

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

DATA=input-data-set

specifies the SAS data set that contains the variables to chart. By default, the procedure uses the most recently created SAS data set.

See: SAS Data Sets

Previous Page | Next Page | Top of Page