Print the data set. PROC PRINT creates the report. ODS writes the report to the body file.


proc print data=sashelp.class;
   run;