Depending on IT restrictions at your site, something like this might work.
When someone wants to run some code that you have written, they place a text file in a specific folder on a server that you both have access to. This text file must include specific instructions about what to run, for example if you have a program named BASEBALL that the user wants to run, the text file must contain the text BASEBALL. Once an hour (or other time interval), your SAS code executes on your machine, sees that there is a file in that folder and reads the file and runs the proper job on your machine (hence no additional license is needed), and writes the results back out to the server where the originator of the request can obtain the results.
--
Paige Miller