BookmarkSubscribeRSS Feed
PhilYandel
Calcite | Level 5
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?
2 REPLIES 2
Cynthia_sas
SAS Super FREQ
Hi:
The quickest way, in my mind, is to make the basic program as stored process with a parameter and then make sure you can execute the stored process from EG or the SAS Add-In for Microsoft Office or from Web Report Studio or from the Info Delivery Portal.
After you make that work, then you could go down the road of building a custom web service/custom application/custom servlet. But, you might find that folks were happy with submitting the SP from EG or Excel or Word or WRS and maybe you didn't NEED to make a custom web service or custom app to call a stored process:
At any rate, some examples of making custom -apps- for the BI Platform or the Enterprise Intelligence Platform can be found here:
http://support.sas.com/rnd/itech/doc9/dev_guide/websrvcs/index.html
http://support.sas.com/rnd/itech/doc9/dev_guide/websrvcs/decide.html
http://support.sas.com/rnd/itech/doc9/dev_guide/websrvcs/program.html
http://www2.sas.com/proceedings/sugi31/231-31.pdf
http://www.eclipse.org/community/casestudies/SASfinal.pdf
http://www2.sas.com/proceedings/sugi29/037-29.pdf

cynthia
PhilYandel
Calcite | Level 5
Thanks, I'll check out your links.

BTW - We are not creating a new custom application, but rather adding this new feature to an existing Visual Basic application.

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 675 views
  • 0 likes
  • 2 in conversation