Make row 2, column 4 use center justification.
if rownum eq 2 then do;
  call send(gddvecid, '_setIndex', 4);
  call send(gddvecid, '_setHjust', 'CENTER');
end;