LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (March 1996, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 30 Mar 1996 12:22:18 +-1000
Reply-To:     Alex Wolf <wolfam@WERPLE.NET.AU>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Alex Wolf <wolfam@WERPLE.NET.AU>
Subject:      Re: Simple User Interface for SAS and INGRES database
Comments: To: "CDAVIS@KIRK.FHCRC.ORG" <CDAVIS@KIRK.FHCRC.ORG>

Depending on the version of SAS - If you are on a windows platform it is easy:

SAS is ODBC compliant and setting up a SAS server you can use any Microsoft ( and other ) product that can read an ODBC compliant structure. SAS can read Ingres via the ACCESS to Ingres product and the method is via SQL Passthrough code, in SAS 6.11 I have had great success with it.

My suggestion is to build an AF/Frame application that uses table viewers to read SAS members and use the ACCESS to Ingres product to create temporary members that can be viewed in the same way as normal sas members. This solution is workable in most SAS platforms.

Alex M. Wolf

---------- From: CDAVIS@KIRK.FHCRC.ORG[SMTP:CDAVIS@KIRK.FHCRC.ORG] Sent: Friday, March 29, 1996 10:05 AM To: Multiple recipients of list SAS-L Subject: Simple User Interface for SAS and INGRES database

I was wondering if anybody had any suggestions regarding a third-party product that would give users an opportunity to query our SAS and INGRES database. I was wondering about SAS/ACCESS and EIS which might work well enough. But I would like to be able to entertain other options.

Thanks,

Chris Davis cdavis@fhcrc.org


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