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

Joined: 03 Feb 2005 Posts: 2 Topics: 2 Location: INDIA
|
Posted: Tue Apr 18, 2006 6:52 am Post subject: Timeout in IMS DC |
|
|
Hi,
Is there any timeout while reading the segments in IMS DC?
If I am reading a segment and processing it before going for the next read, and if I am going to have a large number of segments, is there a possibility of a timeout?
Thanks. |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Tue Apr 18, 2006 11:04 am Post subject: |
|
|
The PROCLIM parameter in the TRANSACT macro for the transaction definition defines the maximum time limit that a transaction can run. This parameter is assigned when the transaction is defined to IMS but can be modified by using the PLMCT parameter of the /ASSIGN command. This modified value will last until IMS is cold started. If you display the transaction in IMS, it is the value listed under PLCT.
The PROCLIM parameter is explained in the IMS Installation Guide Volume 2. |
|
Back to top |
|
 |
ramesh161 Beginner
Joined: 09 May 2006 Posts: 5 Topics: 0
|
Posted: Tue May 09, 2006 7:31 am Post subject: |
|
|
The online cobol program might be going into the loop while reading the segment. So after reaching the maximum time limit, the transaction will through this abend code. |
|
Back to top |
|
 |
|
|