View previous topic :: View next topic |
Author |
Message |
linkingpark Beginner
Joined: 07 Mar 2003 Posts: 4 Topics: 2
|
Posted: Fri Mar 07, 2003 5:20 am Post subject: ASRA and HANDLE ABEND |
|
|
I'd like to know why ASRA abend is not caught by the HANDLE ABEND.
What are all the types of ABENDS can it handle then? |
|
Back to top |
|
 |
Manas Biswal Intermediate

Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
|
Back to top |
|
 |
linkingpark Beginner
Joined: 07 Mar 2003 Posts: 4 Topics: 2
|
Posted: Mon Mar 10, 2003 10:58 pm Post subject: |
|
|
Thanks Manas. I've found out the answer....The HANDLE ABEND can catch all Abends except S0C Abends and ASRA is one such Abend which cannot be handled by HANDLE ABEND. |
|
Back to top |
|
 |
Manas Biswal Intermediate

Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Mon Mar 10, 2003 11:47 pm Post subject: |
|
|
linkingpark,
I knew beforehand that HANDLE ABEND cannot handle SOC abends. Infact no CICS handle commands like HANDLE CONDITION, HANDLE ABEND or IGNORE CONDITION can intercept SOC abends because of the fact that they are not CICS command errors but COBOL abends. But ASRA is a abend issued by CICS. The reason may be data exception but it is distinctly different from SOC, which is a COBOL abend.
I am still not sure on why CICS cannot intercept this ASRA abend. maybe somebody else can throw a little light on this.
Regards,
Manas |
|
Back to top |
|
 |
Dibakar Advanced

Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Tue Mar 11, 2003 2:29 am Post subject: |
|
|
I read somewhere, unfortunately that link is not working, that HANDLE ABEND cannot handle ASRA caused due to segmentation violation. But didn't find any topic mentioning that it cannot handle ASRA at all. |
|
Back to top |
|
 |
|
|