|
|
| Author |
Message |
sanjaykumar.s
New User
Joined: 22 Jul 2008 Posts: 1 Location: Chennai
|
|
|
|
| What is the general procedure to solve a SOC7 error? I need it in detail. |
|
| Back to top |
|
 |
References
|
Posted: Tue Jul 22, 2008 6:07 pm Post subject: Re: What is the general procedure to solve a SOC7 error |
 |
|
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1343 Location: germany
|
|
|
|
| there is a lot of 'DETAIL' in the forums about soc7's. |
|
| Back to top |
|
 |
UmeySan
Senior Member
Joined: 22 Aug 2006 Posts: 624 Location: Germany
|
|
|
|
@Dick !
Great, i really love your answers |
|
| Back to top |
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1343 Location: germany
|
|
|
|
| I try not to be an asshole, but, the poster has obviously not searched or looked at any of the threads in debugging or cobol..... |
|
| Back to top |
|
 |
roopannamdhari Warnings : 1 Active User
Joined: 14 Sep 2006 Posts: 51 Location: Bangalore
|
|
|
|
Sanjay,
If compiler having "TEST" option than it will generate line number for Cobol pgm in compilation-outlist as well as displays statement number which causes pgm to abend
in CEEDUMP.
1. F Statement (in ceedump)
2. Take out the statement number
3. Find that statement number in compiler outlist to know which statement causing pgm to abend.
If compiler is using OFFSET than you can consider offset value
Thanks |
|
| Back to top |
|
 |
|
|