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


proc print data=fishlength noobs;
   title 'Fish Length Data for Each Location and Date';
run;