There is no one way to do it. It really depend on the options you have at your disposal. 1. Just base SAS at your disposal you can leverage the command line scripting of your environment, sas sysparms option to take user inputs and run the program 2. Just base SAS at your disposal you can leverage python or perl or any other programming language, sas sysparms option to take user inputs and run the program 3. SAS/AF or SAS/SCL at your disposal you can build an interactive app. to take user inputs and run sas programs. If multiple users are using the same app from the same location things might get a little tricky 4. SAS EG and SAS studio have options of a stored process. I am not very familiar with Nuances around them.
... View more