View the contents of the SAS data set. The CONTENTS procedure shows the contents of the SAS data set SASHELP.Class.


proc contents data=sashelp.class; 
run;