The WHERE statement selects observations where State is one of the New England states.
   where state in('ME', 'NH', 'VT', 'MA', 'CT', 'RI');
run;