View previous topic :: View next topic |
Author |
Message |
ashutosh_agl3 Beginner
Joined: 14 Aug 2003 Posts: 28 Topics: 15
|
Posted: Thu Oct 13, 2005 10:49 am Post subject: Abend Analysis |
|
|
I am getting an abend in Production environment and need to provide analysis.
The only information available to me is from Dump which contains information like
[b]Cobol/ZOS program BCMOSP called CICS from offset A1F0 . The run actually
terminated with Abend Code 4092 at address 0002B2BC
The failing instruction is at 259722D2
58C0 90E8 L R12,X'0E8'(,R9)
Operand 1 Length 4 at 000010E4 Address invalid or not in dump [/b]
I also executed AMBLIST on the load for the module to get the load listing.
Can someone suggest how can i combine the above two to get some meaningful information.
I do have source code available for the module though I can not do a compilation of it. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Thu Oct 13, 2005 10:58 am Post subject: |
|
|
Quote: |
I do have source code available for the module though I can not do a compilation of it.
|
Ashutosh,
You need to complie the soruce code to able to map the failing instruction to the actual line number in your code.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
ashutosh_agl3 Beginner
Joined: 14 Aug 2003 Posts: 28 Topics: 15
|
Posted: Thu Oct 13, 2005 11:09 am Post subject: |
|
|
Assuming i recompile it in some other environment, please let me know the steps to map the instruction with the information in the DUMP.
Is the lisitng obtained from AMBLIST of any use here ? |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Thu Oct 13, 2005 11:46 am Post subject: |
|
|
ashutosh_agl3,
Quote: |
Assuming i recompile it in some other environment, please let me know the steps to map the instruction with the information in the DUMP.
|
Please search before posting. This topic has been discussed earlier. check this link
http://www.mvsforums.com/helpboards/viewtopic.php?t=214&highlight=abend
Quote: |
Is the lisitng obtained from AMBLIST of any use here ?
|
Nope
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|