LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2005, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 30 Aug 2005 14:13:30 -0700
Reply-To:     Peter Janssen <P_Janssen99@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Peter Janssen <P_Janssen99@HOTMAIL.COM>
Organization: http://groups.google.com
Subject:      Call external dll / web service from SAS
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset="iso-8859-1"

Dear all, I'd like to call a set of external functions _from_ SAS.

How do I do this?

* I have a set of functions and methods in C# - can these be called through some COM interface?

*Or, do I need to set up a web service, and call this web service from SAS? Is that possible?

More details: What I need to do from SAS is something like the following 1) set some parameters in an object "o" from the external dll " e.g. o.setParams(2.3, 4.5,. ..)" 2) Call a method from "o"; " output = o.calc(input)"

Is this possible? Can anyone point me in the right direction?

Best regards,

Peter Janssen


Back to: Top of message | Previous page | Main SAS-L page