PROC PRINT prints the output data set.
proc print data=fishlength noobs;
   title 'Fish Length Data for Each Location and Date';
run;