str = ' 10% discount to be given to accidental insurance customers in 9874-04562 on a pro rata basis';
call prxsubstr(rId, str, pos, len);
if pos ^= 0 then
do;
match = substr(str, pos, len);
put match=;
end;
run;
Missed SAS Innovate in Orlando?
Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.