Use the CONTENTS statement within PROC DATASETS to view the contents of the data set without the labels and format.


contents data=class;
run;
quit;