Is there any way I can call a SAS program from ASP.NET?
I am developing a web-based randomization system for block randomization.
I did some googling and I did not get any article on block randomization using ASP.NET.
But, I got an article on SAS.
http://www.lexjansen.com/pharmasug/2006/posters//PO06.pdf
So, I am trying to use SAS and ASP.NET.
How can I call a program written in SAS from ASP.NET?
Please let me know if you have any better idea.
Francis HuangPosted Aug 1, 2011, 3:33 PM
Abhimanyu K VatsaPosted Aug 11, 2010, 5:51 AM
to be very frank....
I have not worked on such apps. But I hope this link you help you
http://www.psych.yorku.ca/lab/sas/sasprog.htm#H42:The
thanks
mohamed sherifPosted Jul 8, 2010, 8:13 AM
I am trying to connect the SAS from .NET application and trying to send SAS script to run on the SAS engine. For that I have donwloaded "SAS Integration Technology Client" and installed on my machine. but I get the following error message
Retrieving the COM class factory for component with CLSID {440196D4-90F0-11D0-9F41-00A024BB830C} failed due to the following error: 80040154.
Have you done calling SAS from ASP.NET? if so please let me know how to do that.
I spent lot of time to resolve the Interop error msg, by tlbimp.exe but still the error occurs.
Kindly help!!!