how we rectify soc4 and soc7 error in project(need real time
answer)? please reply

Answers were Sorted based on User's Feedback



how we rectify soc4 and soc7 error in project(need real time answer)? please reply..

Answer / ramana

go to sysdump there you can find the 8bytes offset
address,,copy that offset,,,go to the expanded version of
your program,,paste the offset adress there,,,
then it will show the exact line where the abend occurs,,

correct me if iam wrong

Is This Answer Correct ?    17 Yes 1 No

how we rectify soc4 and soc7 error in project(need real time answer)? please reply..

Answer / ray davis

SOC4 is a boundary violation (trying to access memory not
allocated to your program. SOC7 is trying use a numeric
field which isn't numeric. Then you do as the previous
post describes and dig though the dump to find out what and
where the problem is.

Is This Answer Correct ?    2 Yes 0 No

how we rectify soc4 and soc7 error in project(need real time answer)? please reply..

Answer / charanya

Either we can try to find using the offset value as the
previous poster suggested and the other way is we can use
DISPLAY in programs to rectify the Soc7 error.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More COBOL Interview Questions

How do you define a variable of comp-1 and comp-2?

0 Answers  


give the examples for strings and unstrings in cobol

2 Answers   IBM,


how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)

5 Answers   IBM,


what happens of we dont give time stamp in precompilation process

2 Answers  


What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?

2 Answers   Cap Gemini,






What is the maximum length of a field you can define using COMP-3?

4 Answers   Complex System, Infosys,


Hi Devolopers.. i need ur help.. i have 3 years of exp in Manual testing and SQL, next month onwards i shifted in to MAINFRAME TESTING... i have ZERO Knowledge abt mainframes.... PLS SUGGEST ME WHAT I LEARN in AMEERPET? mainframe testing or mainframe total devolopment subject... AS a devoloper u know every thing tester what to do PLSSSSSSSSS help me ITS VERY URGENT...

1 Answers  


If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??

4 Answers   Accenture,


what are the working storage fields in BMS macro?

2 Answers   IBM,


Name some of the examples of COBOl 11?

0 Answers   CSC,


What do you understand by psb and acb?

0 Answers  


COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'

8 Answers   Barclays, IBM,


Categories