PROC PRINT produces a simple listing of data set PROBTEST. This output is routed to the default destination. See PROC PRINT Output of Data Set PROBTEST, Routed to Default Destination .
   proc print data=probtest;
      title 'Chi-Square Analysis for Table of X by Y';
   run;