The following statements are available in the HPSUMMARY procedure:
PROC HPSUMMARY
<options> <statistic-keywords> ;
CLASS
variables </ options> ;
FREQ
variable ;
OUTPUT
<OUT=SAS-data-set> <output-statistic-specifications> </ AUTONAME> ;
PERFORMANCE
performance-options ;
TYPES
requests ;
VAR
variables </ WEIGHT=weight-variable> ;
WAYS
list ;
WEIGHT
variable ;
You can also use the ATTRIB, FORMAT, LABEL, and WHERE statements and any global statements. For more information, see SAS Statements: Reference.