Author |
Message |
Topic: Recovery of TSQs created in Main memory when a tran abends |
S.MADHUMATHI
Replies: 6
Views: 3857
|
Forum: CICS and Middleware Posted: Thu Sep 30, 2004 5:17 am Subject: Recovery of TSQs created in Main memory when a tran abends |
It has been defined in cics table that TSqueues with prefix 'ABC' as recoverable. But in my program I created a TSQ starting with "RTM" in "MAIN", When I look for the same TSQ using "cemt", it says it ... |
Topic: Recovery of TSQs created in Main memory when a tran abends |
S.MADHUMATHI
Replies: 6
Views: 3857
|
Forum: CICS and Middleware Posted: Mon Sep 20, 2004 12:50 am Subject: Recovery of TSQs created in Main memory when a tran abends |
Thanks....
But when I created the TSQ in AUX, even then, the RECOVSTATUS is
NOT-RECOVERABLE (RECOVSTATUS=30). How I will make it as "RECOVERABLE"? |
Topic: Recovery of TSQs created in Main memory when a tran abends |
S.MADHUMATHI
Replies: 6
Views: 3857
|
Forum: CICS and Middleware Posted: Fri Sep 17, 2004 5:49 am Subject: Recovery of TSQs created in Main memory when a tran abends |
I checked for the TSQ properties using "cemt" which said the following..it says the queue is non-recoverable
Tsqueue(RTMIK13Q)
Numitems(00003)
Length(0000015552)
... |
Topic: Recovery of TSQs created in Main memory when a tran abends |
S.MADHUMATHI
Replies: 6
Views: 3857
|
Forum: CICS and Middleware Posted: Fri Sep 17, 2004 5:05 am Subject: Recovery of TSQs created in Main memory when a tran abends |
I read that it is possible to recover TSQ resource used by the transaction until the time of the transaction failure (abend) but TSQ defined only in auxiliary storage is "recoverable", whereas TSQ in ... |
Topic: AEYD abend - memory overlay problem |
S.MADHUMATHI
Replies: 1
Views: 3792
|
Forum: CICS and Middleware Posted: Wed Sep 08, 2004 7:28 am Subject: AEYD abend - memory overlay problem |
There was a problem because of a program's memory getting overlaid, so all transactions which linked to that program caused "AEYD"abend to occur bringing the whole cics region down. Is it possible to ... |
Topic: ROLLBACK |
S.MADHUMATHI
Replies: 6
Views: 4674
|
Forum: Problem Determination Posted: Wed Jul 14, 2004 2:13 am Subject: reply for ROLLBACK |
Thanks Mike.
My TDQ is declared as logically Recoverable(Recoverable Staus is 216). In my case a TDQ invokes a transaction. The Transaction in turn links to DB programs, in that situation a RLDB Ab ... |
Topic: ROLLBACK |
S.MADHUMATHI
Replies: 6
Views: 4674
|
Forum: Problem Determination Posted: Tue Jul 13, 2004 4:07 am Subject: ROLLBACK |
Thanks Mike and Ed.
How to check whether the TDQ is declared as RECOVERABLE??. I searched through CEMT ( CEMT I TD(Q1)). Which option specifies whether the TDQ is RECOVERABLE?.
Ed. how the bad rec ... |
Topic: ROLLBACK |
S.MADHUMATHI
Replies: 6
Views: 4674
|
Forum: Problem Determination Posted: Mon Jul 12, 2004 6:07 am Subject: ROLLBACK |
Hai,
I just have a doubt whether a rollback can be made in TDQ. If so how can we do it?
Thanks,
Madhu. |
Topic: RLDB-ABEND |
S.MADHUMATHI
Replies: 4
Views: 8883
|
Forum: CICS and Middleware Posted: Tue Jun 29, 2004 11:25 pm Subject: Cause that made RLDB-Abend |
hai Manas,
The RLDB Abend is due to the exceeded threshold limit in accessing a DB2 table. The actual process is that ,a pgm say pgm1 populates the TDQ and when an entry is made in the TD ... |
Topic: EIBRLDBK |
S.MADHUMATHI
Replies: 3
Views: 3042
|
Forum: Problem Determination Posted: Tue Jun 29, 2004 6:57 am Subject: reply for EIBRLDBK |
Thanks Mike. I have one more doubt. If the ROLLBACK was not successful wat would happen?.Will the lowvalues be populated? |
Topic: EIBRLDBK |
S.MADHUMATHI
Replies: 3
Views: 3042
|
Forum: Problem Determination Posted: Mon Jun 28, 2004 5:31 am Subject: EIBRLDBK |
Hai,
This EIB field is used to check whether the rollback to the syncpoint was successful. My program had the EIBRLDBK field value to be '00'. Does that means the rollback was successful?. I just w ... |
Topic: RLDB-ABEND |
S.MADHUMATHI
Replies: 4
Views: 8883
|
Forum: CICS and Middleware Posted: Fri Jun 25, 2004 7:29 am Subject: reply for the RLDB-abend |
Hai,
Thanks for the message. But my question is, after the RLDB abend happens, will the rollback be successful always or anychance of being unsuccessful?. Because in my situation the transactio ... |
Topic: RLDB-ABEND |
S.MADHUMATHI
Replies: 4
Views: 8883
|
Forum: CICS and Middleware Posted: Fri Jun 25, 2004 5:11 am Subject: RLDB-ABEND |
I have a question regarding the process after RLDB abend occurs. Actually a TDQ of trigger level 1 triggers a transaction and when a RLDB abend occurs at this situation, will the rollback be successfu ... |
|