Contents
To print the first 10 observations, try:
proc print data=LIBREF.TABLE(obs=10); var VARLIST; run;
CategoryRicottone