Print the data set SASHELP.CLASS. The PROC PRINT statement prints the SASHELP.CLASS data set.


proc print data=Sashelp.Class;
run;