I have a SAS application that normally runs as a batch operation against our entire account database. Now we have a requirement to call this SAS application interactively from existing desktop and web applications for single accounts. What would be the best way to take this SAS application with as little modification as possible and make it so it can be called 'real time' rather than in a batch environment? Is there a way to take an existing procedure and turn it into a web service?
... View more