If you don't have EG, or local Base SAS, or the EBI stack, or Viya - there is another option
My team have built a free, open source server for SAS: https://github.com/sasjs/server
You can install it on your Linux server in 2 lines of code:
curl -L https://github.com/sasjs/server/releases/latest/download/linux.zip > linux.zip
unzip linux.zip
You can then just run `./api-linux` to launch. Give it the path to your executable and you immediately have a web server (on port 5000) with SAS in it.
If you'd like to do further setup (whitelisting, user accounts, alternative runtimes, permissions etc) check out the docs: https://server.sasjs.io
/Allan
SAS Challenges - SASensei
MacroCore library for app developers
SAS networking events (BeLux, Germany, UK&I)Data Workflows, Data Contracts, Data Lineage, Drag & drop excel EUCs to SAS 9 & Viya -
Data ControllerDevOps and AppDev on SAS 9 / Viya / Base SAS -
SASjs