Create the observation that labels the city. TEXT is assigned the value of CITY. The font is SWISSB. SIZE uses the units assigned by HSYS so text height is 7 percent of the height of the graphics output area. POSITION 8 places the label directly below the city location.
   style='swissb'; text=city; color='green';
      size=5; position='8'; output;
run;