We transform your proprietary SAS code or application into a product you can sell — SaaS, native desktop, or both — and stand behind it with ongoing professional services.
%macro score_portfolio(ds);
proc sql noprint;
select var into :vars
separated by " "
from &ds.;
quit;
data scored;
set &ds.;
/* PROPRIETARY METHOD */
score = compute_proprietary(...);
run;
%mend;Describe the code or application you want to take to market, and we will come back with a shape for the work.