|
|
| Author |
Message |
ant1271
New User
Joined: 19 Apr 2007 Posts: 9 Location: Richmond
|
|
|
|
| Hi, I am getting abend TERR while navigating between the screens. I get this abend when i go to a particular flow, press F1 and want to get out of this flow(press Pause/break). I double checked in IDI utility, but failing to get an answer. Does anyone have an idea what this is all about. |
|
| Back to top |
|
 |
References
|
Posted: Tue Apr 22, 2008 9:12 pm Post subject: Re: Abend TERR while navigating between the screens |
 |
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7314 Location: 221 B Baker St
|
|
|
|
Hello,
What kind of transaction are you executing?
This sounds like someting specific to your code. |
|
| Back to top |
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1117 Location: At my desk
|
|
|
|
| ant1271 wrote: |
| Hi, I am getting abend TERR while navigating between the screens. |
As had been said many times, if it don't begin with an 'A', it ain't a CICS abend......
Hopefully the abend produced a dump. look at it........ |
|
| Back to top |
|
 |
Bill O'Boyle
Active User
Joined: 14 Jan 2008 Posts: 255 Location: Orlando, FL, USA
|
|
|
|
You can probably find where it's being issued in the given program via CEDF. This obviously, is a application-generated abend-code. Could you scan the source for this literal and come up with some candidates?
In CEDF, press <PF9> and set your stop condition at CICS ASSIGN ABCODE.
IMHO, CEDF is still a viable method of locating program bugs.
It's not as pretty as some half-million dollar debugger, but when you don't have a choice, it's better than nothing.
HTH....
Regards,
Bill |
|
| Back to top |
|
 |
|
|