proc print data = ia.year2000(gennum = 3 obs = 5); title 'The Youngest Generation of ia.year200'; run; proc print data=ia.year2000(gennum = -1 obs = 5); title 'The Youngest Generation of ia.year200'; run;