View previous topic :: View next topic |
Author |
Message |
SMS Beginner
Joined: 16 Oct 2005 Posts: 53 Topics: 24
|
Posted: Wed Sep 13, 2006 6:03 am Post subject: Auto-boarding form details into mainframe system |
|
|
Hi All,
Does anyone have exposure to such requirement where form field data from a html file needs to be picked up and filled in automatically into
mainframe legacy system via terminal emulators. If so, please share with me.
Regards,
SMS _________________ Regards,
SMS |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Sep 13, 2006 8:01 am Post subject: |
|
|
SMS,
You can code a stored procedure to grab the data from html page and update the database.
Another alterantive is to FTP the html file as txt file to mainframe and use any utility to strip the data from the txt file and load into a database.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
SMS Beginner
Joined: 16 Oct 2005 Posts: 53 Topics: 24
|
Posted: Wed Sep 20, 2006 5:53 am Post subject: |
|
|
Thanks Kolusu ! I will try implementing these methods.
Regards,
SMS _________________ Regards,
SMS |
|
Back to top |
|
 |
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Wed Sep 20, 2006 11:10 am Post subject: |
|
|
J2EE on z/OS is not unheard of. Search the net. Or, you can use HTTP with CICS. Or, you can use Webservices with CICS via MQ or HTTP. _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
 |
|
|