The LINE statements specify the variables to place on each line. LASTNAME removes the comma from Name and writes the first name before the last name. PACK removes extra blank characters between City and State. INDENT= indents Zip by 15 spaces.
   line 1 name / lastname;
   line 2 street;
   line 3 city state / pack;
   line 4 zip / indent=15;
run;