View previous topic :: View next topic |
Author |
Message |
vani Beginner
Joined: 28 May 2003 Posts: 51 Topics: 30
|
Posted: Mon Dec 29, 2003 1:23 pm Post subject: DB2- CICS appliaction ATND abend |
|
|
Hi,
I am running a cics transaction which needs to access DB 2 tables. These tables have huge data and has to perform in loop.
after the execution of first loop , when it starts the second loop for execution then it displays the below abend and the the session gets closed off.
CEE3250C The system or user abend ATND was issued.
Then I tried issuing
CEMT SET TRDUMPCODE(ATND,ATNI) NOSYSDUMP NOTRANDUMP
but still i get the same user abend.
any way to suppress it??? as my session gets closed after some time I think this might be the problem
Regards,
Vani |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12383 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
vani Beginner
Joined: 28 May 2003 Posts: 51 Topics: 30
|
Posted: Mon Dec 29, 2003 2:03 pm Post subject: |
|
|
No Kolusu,
It did not help can you please elaborate more on this
CEE3250C The system or user abend ATND was issued.
From compile unit ZM000601 at entry point ZM000601 at compile unit o
11A8D46C.
CEE3DMP V1 R2.0: Condition processing resulted in the unhandled condition.
Information for enclave ZM000601
Information for thread 8000000000000000
Traceback:
DSA Addr Program Unit PU Addr PU Offset Entry E Addr E O
1210B480 CEEHDSP 125ABD80 +00004606 CEEHDSP 125ABD80 +000
121071F0 00000000 +124AD1A2 00000000 +124
121081C0 ZM000601 11A8C000 +0000146C ZM000601 11A8C000 +000
12107000 IGZCEV5 11EA9000 +00000618 IGZCEV5 11EA9000 +000
12106E58 CEECRINV 124ADF98 +0000065A CEECRINV 124ADF98 +000
12106DD8 CEECRINI 125BA970 +00000B1A CEECRINI 125BA970 +000 |
|
Back to top |
|
 |
hari_uss Beginner
Joined: 19 Dec 2002 Posts: 78 Topics: 6 Location: Trivandrum, India
|
Posted: Mon Dec 29, 2003 10:36 pm Post subject: |
|
|
Vani,
Here is a discussion on how to suppress CICS ABENDs. Check whether this helps you.
Suppressing CICS ABEND |
|
Back to top |
|
 |
|
|