![]() Chapter Contents |
![]() Previous |
![]() Next |
| The MEANS Procedure |
| Tip: | You can use multiple CLASS statements. |
| Tip: | Some CLASS statement options are also available in the PROC MEANS statement. They affect all CLASS variables rather than just to the one(s) you specify in a CLASS statement. |
| See also: | For information about how the CLASS statement groups formatted values, see Formatted Values. |
| Featured in: | Computing Descriptive Statistics with Class Variables, Using a CLASSDATA= Data Set with Class Variables, Using Preloaded Formats with Class Variables, and Computing Output Statistics with Missing Class Variable Values |
|
| Required Arguments |
| Options |
| Alias: | DESCEND |
| Interaction: | PROC MEANS issues a warning message if you specify both ASCENDING and DESCENDING and ignores both options. |
| Requirement: | You must specify PRELOADFORMAT to preload the class variable formats. |
| Featured in: | Using Preloaded Formats with Class Variables |
| Alias: | FMT | EXTERNAL |
| Alias: | UNFMT | INTERNAL |
| Default: | UNFORMATTED |
| Tip: | By default, all orders except FREQ are ascending. For descending orders, use the DESCENDING option. |
| See also: | Ordering the Class Values |
| Comparison of the BY and CLASS Statements |
You can use the CLASS and BY statements together to analyze the data by the levels of class variables within BY groups. See Using the BY Statement with Class Variables.
| How PROC MEANS Handles Missing Values for Class Variables |
| Computer Resources |
The total of unique class values that PROC MEANS allows depends on the amount of computer memory that is available. See Computational Resources for more information.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.