This document provides an overview of the PROC SUMMARY and PROC SORT procedures in SAS. PROC SUMMARY provides tools to compute descriptive statistics across or within groups of observations, similar to PROC MEANS but unable to perform t-tests, confidence limits, or quantiles. PROC SORT orders observations by specified variables. The document also discusses LABEL and GOTO statements, where GOTO directs program execution to a labeled statement and RETURN returns to the beginning, and provides examples of their use.