Make row 3, column 1 use middle justification.
if rownum eq 3 then do;
  call send(gddvecid, '_setIndex', 1);
  call send(gddvecid, '_setVjust', 'MIDDLE');
end;