The HPSUMMARY procedure calculates descriptive statistics and is available with the SAS® High-Performance Analytics product. An introduction to PROC HPSUMMARY can be found in the HPSUMMARY Procedure documentation.
The HPSUMMARY procedure is multi-threaded and can operate in either distributed mode on a cluster of networked computers, or in single-machine mode. When running in either mode, the HPSUMMARY procedure is limited to operating within memory and, unlike its Base SAS® counterpart, PROC SUMMARY, does not use utility files when memory limits are exceeded. Because of the difference in intended operating environments, processing capabilities, and performance, you should consider the following best practice advice when choosing between PROC HPSUMMARY or PROC SUMMARY: