Author |
Message |
Topic: Identify start of transaction |
edward.samson
Replies: 2
Views: 4853
|
Forum: CICS and Middleware Posted: Mon Mar 26, 2012 4:01 pm Subject: Identify start of transaction |
hi Kolusu, Thanks for your reply. Programs A, B and C are already existing. My requirement is that when it is from A i should mark the amounts as credit and when it is from B i should mark them as deb ... |
Topic: Identify start of transaction |
edward.samson
Replies: 2
Views: 4853
|
Forum: CICS and Middleware Posted: Mon Mar 26, 2012 1:04 pm Subject: Identify start of transaction |
hi, Transaction A and B can start transaction C (using EXEC CICS START). Is there a way in transaction C (program C) to find out if it was started from tran A or from tran B using some CICS commands?
... |
Topic: Cancel Interval control transaction |
edward.samson
Replies: 8
Views: 8810
|
Forum: CICS and Middleware Posted: Fri Mar 09, 2012 11:42 am Subject: Cancel Interval control transaction |
by "Queue for ATI" do you mean putting them on an MQ and setting them up as "on first message trigger"? If yes then this option is ruled out because this would mean going back to s ... |
Topic: Cancel Interval control transaction |
edward.samson
Replies: 8
Views: 8810
|
Forum: CICS and Middleware Posted: Fri Mar 09, 2012 10:17 am Subject: Cancel Interval control transaction |
hi, the transaction is not abending because of any CICS errors. Transaction B is defined in its own transaction class as single threaded.
As an example, lets say the DB2 table used in transaction ... |
Topic: Cancel Interval control transaction |
edward.samson
Replies: 8
Views: 8810
|
Forum: CICS and Middleware Posted: Fri Mar 09, 2012 8:19 am Subject: Cancel Interval control transaction |
Dear Kolusu, Thanks for this link. i indeed read the same information from another such link. But this link explains why you may not be able to see the transaction started although EXEC CICS START was ... |
Topic: Cancel Interval control transaction |
edward.samson
Replies: 8
Views: 8810
|
Forum: CICS and Middleware Posted: Thu Mar 08, 2012 5:19 pm Subject: Cancel Interval control transaction |
hi,
i have a transaction A which updates status on a DB2 table and does a EXEC CICS START to transaction B without any data. B then reads from this DB2 table and processes the pending rows sequential ... |
|