PROC PRINT prints the control data set, CTRL.
   proc print data=ctrl noobs;
      title 'The CTRL Data Set';
   run;