View previous topic :: View next topic |
Author |
Message |
lal Beginner
Joined: 21 Oct 2003 Posts: 70 Topics: 25
|
Posted: Tue Oct 21, 2003 8:01 am Post subject: Cobol program dump analysis |
|
|
Hi Everybody,
I am not quite comfortable in analysing the dump in solving SOC errors using the Offset. Well we dont have Abend Aid for solving this. Please anybody could help me out in solving out this and if possible some useful links for solving this.
Well it is just a cobol and DB2 application program and not CICS.
Thanks and Regards,
Lal |
|
Back to top |
|
 |
SureshKumar Intermediate
Joined: 23 Jan 2003 Posts: 211 Topics: 21
|
Posted: Tue Oct 21, 2003 8:11 am Post subject: |
|
|
lal,
When you start analyzing the dump try to isolate where the error is comming from. Most often the S0C error is actually due to a DB2 abend. Always have a standard SQL code checking and error reporting process. If you have any DB2 tools like (Platinum) you can look at the Detector error log. Search for within this forum, this topic has been discussed before. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
lal Beginner
Joined: 21 Oct 2003 Posts: 70 Topics: 25
|
Posted: Tue Oct 21, 2003 11:11 pm Post subject: |
|
|
Thanx Kolusu.... |
|
Back to top |
|
 |
DaveyC Moderator

Joined: 02 Dec 2002 Posts: 151 Topics: 3 Location: Perth, Western Australia
|
Posted: Thu Oct 23, 2003 8:21 am Post subject: |
|
|
Quote: | Most often the S0C error is actually due to a DB2 abend |
I haven't used DB2 for over 5 years and I suffer 0Cx abends all the time. In fact, I can't actually recall a time when DB2 caused an 0Cx abend!
If you haven't got LE or an abend analysis tool then you have to determine where the abend occurred using the offset and the assembler listing from your compiler. It's very simple once you know how. Why not post a symptom dump and I will step through the process. _________________ Dave Crayford |
|
Back to top |
|
 |
hari_uss Beginner
Joined: 19 Dec 2002 Posts: 78 Topics: 6 Location: Trivandrum, India
|
Posted: Thu Oct 23, 2003 7:57 pm Post subject: |
|
|
Dave, That may be shop specific. In my current shop, programs will always abend with S0Cx if it is a DB2 error. That is the way the programs are coded. But it was not like that in my previous shop.
-----
Hari. |
|
Back to top |
|
 |
|
|