View previous topic :: View next topic |
Author |
Message |
deepeshk79 Beginner
Joined: 20 Jun 2003 Posts: 112 Topics: 48 Location: Bangalore
|
Posted: Thu May 31, 2007 3:04 am Post subject: IMS DC Problem |
|
|
Hi,
I have defined a transaction TCN02 which triggers a program PGMCON01.
When i try to invoke the transaction TCN02
/FORMAT TCN02 ---> its throwing me the screen.
Now when i enter some data and press "Enter" i'm getting the below error
Quote: |
DFS2171I NO RESPONSE CONVERSATION ENDED
|
I did a search for this message in this forum and found a post on it, but it was not that useful.
Any thoughts.
Thanks,
Deepesh |
|
Back to top |
|
 |
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Thu May 31, 2007 4:31 am Post subject: |
|
|
deepeshk79,
Try this info:
Code: |
DFS2171I NO RESPONSE. CONVERSATION ENDED.
Explanation: The synchronization point processor found that a conversational program did not insert a message to the IOPCB, ALT CONVERSATION PGM PCB, or ALTRESP PCB.
System Action: After terminating the conversation, the system issues error message DFS2171I to the input terminal.
Programmer Response: Check the input message against the application program logic. Determine why a message was not inserted after the SPA was inserted or after a successful GU call.
Terminal Operator Response: The terminal in conversation can reenter the conversation with different input data.
Problem Determination: 26
|
_________________ Shekar
Grow Technically |
|
Back to top |
|
 |
deepeshk79 Beginner
Joined: 20 Jun 2003 Posts: 112 Topics: 48 Location: Bangalore
|
Posted: Thu May 31, 2007 6:14 am Post subject: |
|
|
Shekar,
This is how my logic goes in the pgm
-- GU Call with Input IO Area
-- Checking for IOPCB status, if its not QC, i'm validating the inputs
-- If any error, I do an ISRT
-- else i display "processing complete" in the screen and do an ISRT.
-- I'm not using any DB at present.
Not sure where the logic has gone wrong. I have also declared the length in the LL Segment of the Output message.
Any thoughts ?
Deepesh |
|
Back to top |
|
 |
|
|