proc print data=sashelp.class; where Age in (11, 14, 16); title1 "Students who are 11, 14 or 16 years old"; run;