The PRINT procedure invoked with the OBS= option displays the first 10 observations of the output data set.
proc print data=sasuser.accounts(obs=10);
run;