View previous topic :: View next topic |
Author |
Message |
vmbigot Beginner

Joined: 17 Jun 2004 Posts: 36 Topics: 14 Location: westminster, california
|
Posted: Thu Sep 15, 2005 4:24 pm Post subject: cics to ims appc connection timeout |
|
|
We have a CICS/TS 2.3 LU 6.2 connection to a remote IMS system. This connection is used by a transaction to send a query to an IMS database and then collect the results for subsequent processing. Occasionally this IMS system will stop responding to our requests, causing the transaction to wait forever.
Is there a parameter that I can specify that will abend a transaction if that transaction hasn't received a response from a remote system after a defined period of time?
Thanks. _________________ Inside every older man is a young boy asking this question. What the heck happened?!? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
Posted: Thu Sep 15, 2005 4:59 pm Post subject: |
|
|
vmbigot,
The timeout is controlled by the parameter ims_appc:timeout. The default is no timeout. The parameter specifies the number of minutes that the IMS Adapter waits for a response from IMS before cancelling the request
You can set the the APPC/IMS Timeout option in the IMS PROCLIB member DFSDCxxx.
APPCIOT=02(set the timeout to 2 minutes so it does not wait indefinitely)
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
vmbigot Beginner

Joined: 17 Jun 2004 Posts: 36 Topics: 14 Location: westminster, california
|
Posted: Thu Sep 15, 2005 5:07 pm Post subject: |
|
|
Kolusu,
Is this an IMS specific parameter? I can't find it in my CICS manuals. Unfortunately I don't have control over the remote IMS system, only my local CICS.
vmbigot
bty...thanks for the quick response! _________________ Inside every older man is a young boy asking this question. What the heck happened?!? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
Posted: Thu Sep 15, 2005 5:11 pm Post subject: |
|
|
Quote: |
Is this an IMS specific parameter? I can't find it in my CICS manuals. Unfortunately I don't have control over the remote IMS system, only my local CICS.
|
vmbigot,
APPCIOT is an IMS parameter. You need to set it up in the IMS PROCLIB member DFSDCxxx.
Try to browse the pds IMS PROCLIB and see what the timeout value is set right now.
Btw What is your version of IMS?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|