The VAR statement specifies the variables and their order in the output.
   var company town debt accountnumber;
   title  'Customers with Past-Due Accounts';
   title2 'Listed Alphabetically within Town';
run;