Print the CLOSE data set. The NOOBS option suppresses the printing of observation numbers..


proc print data=close noobs;
   title 'Closing Prices for Horizon Kites and SkyHi Kites';
run;