Make column 2 use left justification.
if colnum eq 2 then do;
  call send(rcdvecid, '_setHjust', 'LEFT');
end;