Make row 3 use bottom justification and set vertical justification to 0.5 inch.
if rownum eq 3 then do;
  call send(rcdvecid, '_setDimension',
            0.5, 'in');
  call send(rcdvecid, '_setVjust',
           'BOTTOM');
end;