Chapter Contents |
Previous |
Next |
The MEANS Procedure |
Main discussion: | BY |
See also: | Comparison of the BY and CLASS Statements |
Featured in: | Using the BY Statement with Class Variables |
BY <DESCENDING> variable-1 <...<DESCENDING> variable-n> <NOTSORTED>; |
Required Arguments |
Options |
The requirement for ordering or indexing observations
according to the values of BY variables is suspended for BY-group processing
when you use the
NOTSORTED option. In fact, the procedure
does not use an index if you specify NOTSORTED. The procedure defines a BY
group as a set of contiguous observations that have the same values for all
BY variables. If observations with the same values for the BY variables are
not contiguous, the procedure treats each contiguous set as a separate BY
group.
Using the BY Statement with the SAS System Option NOBYLINE |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.