Make row 10 cross all rows.
if rownum eq 10 then do;
  call send(rcdvecid, '_setNameJust', -1);
end;