Make row 2 use green background color.
if rownum eq 2 then do;
  call send(rcdvecid, '_setBackgroundColor',
           'GREEN');
end;