Make row 8 use reverse video.
if rownum eq 8 then do;
  call send(rcdvecid, '_setReverse', 'Y');
end;