The VAR statement specifies the variables and their order in the output.
   var town company debt accountnumber;
   title 'Towns of Customers with Past-Due Accounts';
run;