Date: Mon, 12 Jan 2004 10:29:22 -0500
Reply-To: "L. Bertolini" <bertolini.1@OSU.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "L. Bertolini" <bertolini.1@OSU.EDU>
Organization: Ohio State University
Subject: Re: Hooking to SAS from computer languages
Content-Type: text/plain; charset=us-ascii; format=flowed
Victor,
Another possibility is to use sockets:
* write a SAS socket server to handle requests
* write a socket client in the language of your choice,
and request services from the SAS socket server.
Larry
Victor wrote:
>Hi,
>
>I am new here and also new to SAS.
>I am curious, Is it possible to access the SAS functionality
>programmatically from a language like, C, Java, or Smalltalk?
>How would you do it?
>Where can I find documentation about this?
>I am currently working with Windows XP.
>
>Thanks,
>Victor Goldberg
>
>
|