Custom & Professional Services

Productize Your SAS Code

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.

What the engagement delivers

  • SaaS, native desktop (macOS / Windows / Linux), or both
  • Modern UI — unshackled from the legacy SAS look and feel
  • Compiled Rust binary protects your proprietary methods
  • Maintain and extend in familiar SAS-compatible code
  • Zero SAS® license fees — for you, or your customers
Discuss your project
CUSTOMER.SAS — Legacy
%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;
compiled · Rust binary
PortfolioScorer — Native
Run Status
Complete · 12,847 records
Mean
0.847
P95
0.962
N
12.8k

Tell us what you have built

Describe the code or application you want to take to market, and we will come back with a shape for the work.