proc print data=sashelp.class n; where age between 13 and 19; title1 "Teenage students"; run;