View previous topic :: View next topic |
Author |
Message |
manojagrawal Beginner
Joined: 25 Feb 2003 Posts: 124 Topics: 29
|
Posted: Wed May 14, 2003 1:41 am Post subject: A Java Client and access to mainframes. |
|
|
Hi,
I have a couple of questions. Say I have a application currently running on PLI/CICS/IMS and then the batch process which runs at night.
Is it possible for me to do this: I would like to have a Java Frontend (instead of CICS) and access the IMS database. The remaining batch processing on the mainframe continues.
If its not possible to access IMS, can we access DB2 on the mainframe from a java client? (Still IMS would be better 8) )
Regards,
Manoj. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Wed May 14, 2003 5:41 am Post subject: |
|
|
Manojagarwal,
Yes you can have JAVA access IMS. You need to define a IMS TRANSACTION which will be invoked via and return the data.
Similarly DB2 can also be accessed from Java via stored procedure. you call the stored procedure from Java
Check this link for DB2 UDB for OS/390 and z/OS V7 Application Programming Guide and Reference for Java
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DSNJVH11/CCONTENTS?DT=20010714112931
Hope this helps...
cheers
kolusu |
|
Back to top |
|
|
manojagrawal Beginner
Joined: 25 Feb 2003 Posts: 124 Topics: 29
|
Posted: Wed May 14, 2003 5:52 am Post subject: |
|
|
Hi Kolusu,
Would you have any link that would give me more details on having a java client and connecting to IMS...
Regards,
Manoj. _________________ Thanks & Regards,
Manoj. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
Bithead Advanced
Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed May 14, 2003 9:23 am Post subject: |
|
|
I don't have the link handy but check out the IMS Connect guide in the IMS documentation. It gives you a site where you can download an example of a JAVA socket program. |
|
Back to top |
|
|
|
|