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.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

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

View all other training opportunities.

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