List of Programs
Program 1.1: Using PROC PRINT to List the Observations in a SAS Data Set
Program 1.2: Using PROC CONTENTS to Display the Data Descriptor Portion of a SAS Data Set
Program 1.3: Reading Data from a Text File That Uses Spaces as Delimiters
Program 1.4: Using PROC PRINT to List the Observations in Data Set Sample2
Program 1.5: Reading a CSV File
Program 2.1: Generating Descriptive Statistics with PROC MEANS
Program 2.2: Statistics Broken Down by a Classification Variable
Program 2.3: Demonstrating the PRINTALLTYPES Option with PROC MEANS
Program 2.4: Computing a 95% Confidence Interval
Program 2.5: Producing Histograms and Probability Plots Using PROC UNIVARIATE