The LINE statements specify the variables to place on each line. PACK removes extra blank characters between City and State.
   line 1 name;
   line 2 street;
   line 3 city state zip / pack;
run;