You may require the EntireX product, which provides some SOA and Java capabilities for accessing ADABAS data.
On the other hand, if you don't mind doing maybe doing a little coding on the mainframe side, you can just expose the database as a web service through CICS. Your code on Linux will call the web service, which is just a CICS program, which in turn accesses the database and returns a result. This option does not allow direct database access (it is always through another program). But, you could code the mainframe program to just access ADABAS by file number and ISN and pass back the entire record. Avinoam hirschberg wrote:
Hi, is anyone experiences working with Linux application which runs under z/VM and ADABAS which runs on z/OS. are there any special software package that need to be install in the Linux machine Thanks, Avinoam ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
