proc print data=contours(obs=5) noobs; title 'CONTOURS Data Set'; title2 'First 5 Observations Only'; run;