Make column 6 use region title label.
if colnum eq 6 then do;
  call send(rcdvecid, '_setRepresentation',
           'REGTITLE');
end;

endmethod;