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 (January 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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 > >


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