| View previous topic :: View next topic |
| Author |
Message |
nsantos Beginner
Joined: 23 Sep 2003 Posts: 7 Topics: 4
|
Posted: Thu Oct 16, 2003 4:34 am Post subject: Abend AICA when "smart-testing" a CICS program |
|
|
Hello,
Sorry for my bad english.
I have in a CICS program a perform who iterates more than 1000 times.
When i run it in CICS it works ok, but when i have to debug it with smart-test it abends with the abendcode AICA in this perform.
So when i am about to debug this program i have to "desactivate" this perform to debug it properly. When i finish i have to "activate" this perform and re-compile the program. It |
|
| Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12395 Topics: 75 Location: San Jose
|
Posted: Thu Oct 16, 2003 4:55 am Post subject: |
|
|
nsantos,
AICA abend usually caused due to to an ifinite loop. May be you are not setting up the incremental counter for the perform statement correctly in the smart-test
Any way check this link for AICA Abends
Hope this helps...
cheers
kolusu |
|
| Back to top |
|
 |
nsantos Beginner
Joined: 23 Sep 2003 Posts: 7 Topics: 4
|
Posted: Thu Oct 16, 2003 5:12 am Post subject: |
|
|
Kolusu,
Thank you for your fast response.
I have to say that this perform and the counter are ok and the errors that i have to check with smart-test are always in other parts of the program.
Suppose this :
The program works perfectly. I run it in CICS and it |
|
| Back to top |
|
 |
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Mon Oct 20, 2003 11:34 am Post subject: |
|
|
Because they execute additional instructions, some debuggers require that you increase the ICVR CICS startup parameter that is used for detecting suspected loops and issuing AICA abends. Other debuggers can get around this limit.
You need to talk to the sysprogs who install/maintain smart-test and get them to look at the install guide or contact the vendor to find out what the recommendations are for this product. |
|
| Back to top |
|
 |
|
|
|