Joined: 15 Jan 2007 Posts: 1 Topics: 1 Location: Zurich
Posted: Mon Mar 05, 2007 4:00 pm Post subject: Link Failure and Task Termination
Dear All,
we are facing a strange problem in our shop.
The EXCI for one of the transaction is failing with response saying ADPL.Below is the explination.
Pgm A(Batch prog with EXCI) links to a driving pgm B.In the middle of processing it starts another txn **RN and proceeds with processing(basically opens files for the txn).This PGM C of txn **RN inturn will fire another txn **AU.This txn uses the files opened by PGM B.
The problem is sometimes the pgm B fails(dont know the reason and always failed till now after firing **RN after that files opening starts) A also fails(user abend showing the link error)
RESP=00000088,RESP2=00000422.
Along with that **AU starts and disappears all of a sudden.
Is there any way we can check where the problem is occuring,This will not happen daily may be once in 2 weeks.This happens in prod and we were not able to replicate in Test Environments.
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
Posted: Mon Mar 05, 2007 5:37 pm Post subject: Batch EXCI failure
without getting into too much detail with questions -
a suggestion. since you have been living with this for a minimum of 2 weeks, introduce exception handling code into whatever program **AU kicks off. Apparently, **AU recogonizes that either Pgm B or Pgm C did not do everything, since **AU terminates very quickly. I interpret that as meaning: pgm(**AU) made a decision to terminate immediately instead of doing something. So, add code in the routine that decides to terminate immediately to log something.
Is transaction **RN ever invoked via USER at a terminal? (either cics or via WEB) and has it ever failed? (does it only fail in Batch?) _________________ Dick Brenholtz
American living in Varel, Germany
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum