The SAS ARRAY statement allows you to group variables together under a single name for processing within a DATA step. The ARRAY statement defines the array name, dimensions, variable names, and optionally initial values. Arrays make it convenient to process multiple variables together using DO loops and array references.