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;
The 2025 SAS Hackathon Kicks Off on June 11!
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.