data SUBSET; set POP; if mod(_n_,10) = 0; run;