Prepare for your Next Interview
This is a discussion on solve soc 7 error within the MainFrame forums, part of the Software Development category; how to solve soc 07 error.....
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
Re: solve soc 7 error
Kiran,
There are a few techniques. I am assuming you have a CEEDUMP or an ABEND-AID report which shows which line your program failed with an 0C7. 0C7 is when you move an alpha character to a numeric field. One way to solve is do a NUMERIC check before the MOVE statement. Thanks, -PK |
|
|||
|
Re: solve soc 7 error
Kiran,
In ABEND-AID it's having displacement of which field is giving the S0C7 abend.You copy the displacement from the ABEND-AID,after that find the displacement in compiled program SYSUT2.Then you will get the field name and initialize the field properly.Some times the displacement will come in between the range.At that time we can't able to find out the field name.So you can use the displacement in paragraphs. Thank's Loges |
|
|||
|
Re: solve soc 7 error
Kiran,
I guess the smarter way is to use xpeditor . Compile the program in xpeditor and then excute by pressing F12. cursor will stop in the line excatly where the Soc-7 is(particular line where the problem is). And the only thing remain is just cross verify that statement(may be move commands) and alter as per requirment and compile link. Let me know in case of any concern. Regards |
|
|||
|
Re: solve soc 7 error
soc7 abend happens when u r with datatype mismatch.ie,u may b trying 2 move a numeric value into a datatype declared as floating.this is just an example i said.just try whether there is any data type mismatch
|
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Report Net on XP gives error, Cryptographic error has occured | chandrabhoopathy1 | Data Warehousing | 0 | 05-24-2007 06:07 PM |
| solve this | arunjanghu | Brainteasers | 6 | 01-15-2007 08:53 AM |
| can u solve it | arunjanghu | Brainteasers | 7 | 01-13-2007 03:16 AM |
| Can you Solve | sripri | Brainteasers | 7 | 01-04-2007 06:20 AM |
| Can you solve this...? | psuresh1982 | Brainteasers | 2 | 11-07-2006 01:47 AM |