View previous topic :: View next topic |
Author |
Message |
sukumarberi Beginner
Joined: 08 Jun 2004 Posts: 3 Topics: 1
|
Posted: Tue Jun 08, 2004 4:36 pm Post subject: PLI - IMS .. SPA not being shown |
|
|
PLI - IMS .. I am facing a problem when I send SPA from one program to another. I can see the SPA through BTS in the second program but the PUT SKIP LISTs are showing SPA as empty. Does anybody have any idea why this maybe so?? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12388 Topics: 75 Location: San Jose
|
Posted: Wed Jun 09, 2004 5:31 am Post subject: |
|
|
sukumarberi,
Where are you looking for the display of SPA? When you are issuing the ISRT call for transfer into the next program , what is the size of the area you are trying to pass?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
sukumarberi Beginner
Joined: 08 Jun 2004 Posts: 3 Topics: 1
|
Posted: Wed Jun 09, 2004 1:56 pm Post subject: |
|
|
I look at the value of the SPA both in the first program as well in the second program. In the first program my PUT SKIP shows it properly but in the second on it comes as empty. However through BTS and the IBM Debug Tool I am able to view the SPA.
The size of my SPA 4096 bytes. The text are is 4084 bytes. |
|
Back to top |
|
 |
sukumarberi Beginner
Joined: 08 Jun 2004 Posts: 3 Topics: 1
|
Posted: Sun Jun 13, 2004 8:30 am Post subject: |
|
|
Hi,
The problem it seems was because I was trying to pass SPA from a conversational program to a non-conversational program. When I changed the transaction type of the second program to conversational my second program was able to read the SPA properly.
However , this has raised two further issues ...
1. Is there any way to send SPA from a Conversational to a Non-conversational transaction.
2. Is it possible to call a Non conversational transaction from a conversational transaction "Asynchronously"
This might be a beginners questions, but I would be obliged if you take out time to answer them
Regards,
Sukumar |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Mon Jun 14, 2004 7:49 am Post subject: |
|
|
1. Is there any way to send SPA from a Conversational to a Non-conversational transaction.
No.
2. Is it possible to call a Non conversational transaction from a conversational transaction "Asynchronously"
I am not sure what you mean by "async". You can call a background (non-response mode) transaction from a conversational program. You can call a response-mode transaction but the conversation ends. |
|
Back to top |
|
 |
|
|