The PRINT procedure displays the first five observations of the output data set, SASUSER.CUST.
proc print data=sasuser.cust(obs=5);
run;