Make row 6 use 0.1 inch borders.
  if rownum eq 6 then do;
  call send(rcdvecid, '_setBorderWidth', 
           'ALL', 0.1, 'in');
end;