| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
Apeksha
Joined: 21 May 2008
Posts: 27
Location: Mumbai
|
| Posted: Mon Jul 14, 2008 3:48 pm Post subject: ATNI abend in CICS |
|
|
Hi
Facing ATNI abend while accessing a CICS module. But not able to figure out the reason. can anybody help out with the reason or where to check for this abend? |
|
| Back to top |
|
ashimer
Joined: 13 Feb 2004
Posts: 354
Location: Bangalore
|
| Posted: Mon Jul 14, 2008 4:06 pm Post subject: |
|
|
| Can you check whether the TCT entries are proper or not ??? |
|
| Back to top |
|
rakesha.hg
Joined: 21 Mar 2008
Posts: 94
Location: bangalore
|
| Posted: Mon Jul 14, 2008 4:20 pm Post subject: Reply to: ATNI abend in CICS |
|
|
hi ,
did u try the abend assist? looks like some hardware error or so...
correct me if i'm wrong! :D |
|
| Back to top |
|
Garry Carroll
Joined: 08 May 2006
Posts: 166
Location: Dublin, Ireland
|
| Posted: Mon Jul 14, 2008 6:07 pm Post subject: |
|
|
Have seen (years ago) abend ATNI where VTAM detected X'00' in the datastream.
Garry. |
|
| Back to top |
|
Robert Sample
Joined: 06 Jun 2008
Posts: 891
Location: Atlanta, GA
|
| Posted: Mon Jul 14, 2008 6:19 pm Post subject: |
|
|
From the messages and codes manual: Quote: User Response: This usually occurs when, due to a hardware failure, a network device rejects the data stream sent to it. The device itself may indicate an error code that will give a specific reason for the rejection. Check the CSMT log for further information.
This abend can also result from an error in a connected system such as a mirror transaction abend.
Abend ATNI can occur if a user application does not correctly handle an error return code from an external resource manager, such as DB2. I'd start by looking at the CSMT log. That may give you clues about how to proceed. |
|
| Back to top |
|
Craq Giegerich
Joined: 19 May 2007
Posts: 989
Location: Virginia, USA
|
| Posted: Mon Jul 14, 2008 7:19 pm Post subject: |
|
|
| Sounds like a terminal emulator setup problem. |
|
| Back to top |
|
dick scherrer
Joined: 23 Nov 2006
Posts: 8643
Location: 221 B Baker St
|
| Posted: Mon Jul 14, 2008 9:43 pm Post subject: |
|
|
Hello,
Is this a new "terminal" or has it worked successfully with "this CICS" until now?
Can other terminals access this CICS module successfully?
Is this a new or recently changed CICS module?
Is the problem module something written locally or is it part of something purchased? |
|
| Back to top |
|
Earl Haigh
Joined: 25 Jul 2006
Posts: 209
|
| Posted: Tue Jul 15, 2008 1:34 am Post subject: |
|
|
Is your installation an MRO environment, with terminal and application regions ??
I have seen ATNI occur in local terminal region when a CICS transaction
has abended in the application region.
Look for related transaction abend in the CICS remote region. |
|
| Back to top |
|
Apeksha
Joined: 21 May 2008
Posts: 27
Location: Mumbai
|
| Posted: Tue Jul 15, 2008 11:56 am Post subject: |
|
|
Hi,
Actually it is a new CICS program, when i am trying to access it, it failed with the ATNI and online session got terminated.
I tried to look at the log in abendaid, it states 'TRACE DATA IS NOT AVAILABLE FROM ALL PROCESSORS AFTER THIS TIME'
Couldnt fix the issue yet...may be i need to ask support team or someone |
|
| Back to top |
|
dick scherrer
Joined: 23 Nov 2006
Posts: 8643
Location: 221 B Baker St
|
| Posted: Tue Jul 15, 2008 7:18 pm Post subject: |
|
|
Hello,
It may be a definition problem or a cross-region communication problem rather than an actual hardware problem. . .
Quote: may be i need to ask support team or someone Yes, this is usually the best place to start as people supporting/using your systems will know the "rules" their better than we will.
As Earl mentioned, if you are in an MRO environment, the initial error may be in a different CICS. . . |
|
| Back to top |
|
Apeksha
Joined: 21 May 2008
Posts: 27
Location: Mumbai
|
| Posted: Wed Jul 16, 2008 9:25 am Post subject: |
|
|
Thanks for all your help. I spoke to DBA and support team, the problem is with emulator. It seems, the terminal emulator which i am using is not supported with CICS options corrcetly.
Hi Ashimer, can you please explain what is TCT entries? |
|
| Back to top |
|
| |