Hi there, I am adding functionality to a research web application that takes data from the user, and then should run a SAS script with that data via the command line (batch mode perhaps?). My web application is on Ubuntu, so unfortunately SAS does not support that. I am thinking that I can make a virtual machine, install SAS on that, and then have my web application run the script to the virtual machine. Is this possible? Is there any documentation on how to give the SAS command to the virtual machine to run the SAS code? Thank you!
... View more