Chapter Contents

Previous

Next
The PRINT Procedure

SUM Statement


Totals values of numeric variables.

Featured in: Summing Numeric Variables with One BY Group , Summing Numeric Variables with Multiple BY Variables , Limiting the Number of Sums in a Report , and Creating a Customized Layout with BY Groups and ID Variables


SUM variable(s);


Required Arguments

variable(s)
identifies the numeric variables to total in the report.


Using the SUM and BY Statements Together
When you use a SUM statement and a BY statement with one BY variable, PROC PRINT sums the SUM variables for each BY group that contains more than one observation and totals them over all BY groups (see Summing Numeric Variables with One BY Group ).

When you use a SUM statement and a BY statement with multiple BY variables, PROC PRINT sums the SUM variables for each BY group that contains more than one observation, just as it does if you use only one BY variable. However, it provides sums only for those BY variables whose values change when the BY group changes. (See Summing Numeric Variables with Multiple BY Variables .)

Note:   When the value of a BY variable changes, the SAS System considers that the values of all variables listed after it in the BY statement also change.  [cautionend]


Chapter Contents

Previous

Next

Top of Page

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