The PRINT procedure lists the output data set from PROC TABULATE.

proc print data=tabdata;
run;