Chapter Contents

Previous

Next
The TIMEPLOT Procedure

PROC TIMEPLOT Statement


PROC TIMEPLOT <DATA=SAS-data-set>
<MAXDEC=number> <UNIFORM>;


Options

DATA=SAS-data-set
identifies the input data set.

MAXDEC=number
specifies the maximum number of decimal places to print in the listing.
Interaction: A decimal specification in a format overrides a MAXDEC= specification.
Default: 2
Range: 0-12
Featured in: Superimposing Two Plots

UNIFORM
uniformly scales the horizontal axis across all BY groups. By default, PROC TIMEPLOT separately determines the scale of the axis for each BY group.
Interaction: UNIFORM also affects the calculation of means for reference lines (see REF= ).


Chapter Contents

Previous

Next

Top of Page

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