Include the values of selected variables from MAPS.USCITY. X and Y contain projected coordinates; CITY contains names; STATE contains FIPS codes. Because there are several Atlantas, a STATE value is necessary.
set maps.uscity(keep=x y city state);
if (city="Atlanta" and state=13)
or city="Chicago"
or city="Seattle";