Use the SAS stored process in ASP.NET Visual Studio. SAS integration technology?

I have some saved SAS processes. When I run the saved processes in the SAS Enterprise Guide, I get the HTML code. What I would like to do is make my ASP.NET project connected to the Stored process and return the HTML in my ASP.NET application. I know I'm starting from scratch, so are there some articles or tutorials that I have to follow to get started?

Hope my question makes sense.

+4
source share
1 answer

easy - STP _STREAM ( SAS Management Console), SAS %stpbegin/%stpend, put HTML _webout fileref.

ASP.NET STP URL ( CURL - ).

: http://rawsas.blogspot.co.uk/2016/11/sas-as-service-easy-way-to-get-sas-into.html

, ASP, - SAS. ajax, Boemska Data Adapter ( - Boemska). : http://rawsas.blogspot.co.uk/2015/12/building-web-apps-with-sas.html

+2

Source: https://habr.com/ru/post/1672472/


All Articles