There are two general steps in SAS. The first is the DATA step in which data are read in, manipulated, edited, etc. The second is the PROC or procedure step in which some statistical procedure (e.g., MEANS, ANOVA) is performed on the data. Any number of DATA and PROC steps can occur in a single program.