View previous topic :: View next topic |
Author |
Message |
dilip Beginner
Joined: 08 Nov 2003 Posts: 7 Topics: 7 Location: india
|
Posted: Sat Mar 27, 2004 3:29 am Post subject: Web programming in Mainframes |
|
|
Hi,
We have deployed IBM HTTP webserver on our mainframe. We are planning to host some web pages on the same. Could any one provide some help reg how to acheive this? What languages could be used to acheieve the same?
My requirement
-------------------
- Extract data from DB2 tables (on Mainframes).
- Using this data generate static html pages.
How about generating static HTML pages using COBOL? Are there better ways of doing it?
Thanks _________________ Dilip T. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Sun Mar 28, 2004 9:07 pm Post subject: |
|
|
dilip,
You can code a stored procedure to retrieve the data from DB2 and code a JSP to show it on the screen.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Brian Beginner
Joined: 12 Aug 2003 Posts: 95 Topics: 6
|
Posted: Sun Mar 28, 2004 10:36 pm Post subject: |
|
|
Dilip,
You can use the CICS Web API, that comes with the CICS Transaction Server. This technique is called CWS (CICS Web Support). CWS is basically a set of programs that help web enabling a CICS program.
Browse the IBM website for more information on this.
Cheers
Brian |
|
Back to top |
|
 |
|
|