*Program 14-17 Listing the first 5 observations of your data set; title "First 5 Observations from SALES"; proc print data=learn.sales(obs=5); run;