Make column 3 use red foreground color.
if colnum eq 3 then do;
 call send(rcdvecid, '_setColor', 'RED');
end;