View previous topic :: View next topic |
Author |
Message |
drammo Beginner
Joined: 13 Jan 2006 Posts: 20 Topics: 10
|
Posted: Mon Jul 24, 2006 11:14 am Post subject: IMS Connect -- SPA population |
|
|
We are in the process of verifying IMS connect to call a IMS transaction from Java. We are able to successfully use the phonebook example code that come with this product.
Currently, in the IMS region, we have a transaction which receives data from screen and also reads the SPA, populated by the previous transaction, does the processing and sends confirmation.
In trying to simulate this from Java, we are able to send the screen buffer from Java to the IMS transaction. What I need is to way to populate the SPA as well, so the transaction has everying to process the data.
Any ideas?
Thanks! |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Mon Jul 24, 2006 11:36 am Post subject: |
|
|
I am not sure that you can update a SPA from IMS Connect. I would call IBM and check on that. |
|
Back to top |
|
 |
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Mon Jul 24, 2006 11:48 am Post subject: |
|
|
Bithead,
Can you please let me know what is an SPA and its usage ? _________________ Shekar
Grow Technically |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
drammo Beginner
Joined: 13 Jan 2006 Posts: 20 Topics: 10
|
Posted: Thu Aug 10, 2006 2:31 pm Post subject: |
|
|
Thanks for the link Kolusu. The data processing program (txn2 in the problem description) will also be used on the mainframe, so I dont have much flexibility to alter that program.
The way we are achiveing this with a new transaction whose only job is to build the SPA and return control to web app which then calls the txn2. Our SPA is a record in DB2 table with LTERM as the key. It works perfectly in a single user setup.
However, IMS connect is assigning the port number (9999 in our case) to IOPCB-LTERM to all the web app users. Do you know how to make IMSConnect assign distinct LTERMs?
Thanks for the insights. |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Thu Aug 10, 2006 3:36 pm Post subject: |
|
|
Drammo,
What are you trying to do with the LTERM name? |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Thu Aug 10, 2006 4:02 pm Post subject: |
|
|
I did a little research. Check out the IMS Connect Guide and Reference for a parameter called IRM_LTERM. It is set in exit HWSSMPLx (in the SHWSSRC library) and is used to modify the LTERM value in the IOPCB. |
|
Back to top |
|
 |
|
|