View previous topic :: View next topic |
Author |
Message |
Mohanluxmi Beginner
Joined: 30 Dec 2008 Posts: 1 Topics: 1
|
Posted: Wed Dec 31, 2008 4:19 am Post subject: SOC9 Abend |
|
|
How to solve the SOC9 abend
it would be better if someone send me the screenshot of all the details for solving the abend. |
|
Back to top |
|
|
expat Intermediate
Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Wed Dec 31, 2008 7:54 am Post subject: |
|
|
Click HERE to find out what went wrong.
Quote: | it would be better if someone send me the screenshot of all the details for solving the abend. |
Only my humble opinion, but it would be even better if you made some effort of your own to resolve this abend. _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
|
Mervyn Moderator
Joined: 02 Dec 2002 Posts: 415 Topics: 6 Location: Hove, England
|
Posted: Wed Dec 31, 2008 9:37 am Post subject: |
|
|
Mohanluxmi,
It would help a great deal if you posted screenshots of the actual messages received, rather than just telling us you had a S0C9 abend. The standard reason for S0C9 is:
Code: |
0C9
System ABEND: S0C9
Description: This ABEND is caused by a fixed-point divide exception. A
quotient has exceeded the register size in a DIVIDE
instruction, or the result of a CONVERT TO BINARY
instruction is more than 31 bits long.
(Reason Code 9)
User Action: Dividing by zero is the most common cause of this ABEND.
Correct the program logic error that caused the divide
exception and resubmit the job.
|
_________________ The day you stop learning the dinosaur becomes extinct |
|
Back to top |
|
|
|
|