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

what are the isolation levels and where we use it in the db2 program

3 Answers   TCS,


What are some examples of command terminators?

1 Answers  


suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.

2 Answers   IBM,


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

0 Answers   iNautix,


how to transfer the file from pc to mainframe??

5 Answers   TCS,


What is cobol?

0 Answers  


what happens if we dont close cursor in db2-cobol pgm?

6 Answers  


when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?

1 Answers   Hewitt,


hw to create 3 dimensional array & hw to access it?

1 Answers  


What is EIBCALEN? Why it is used?

9 Answers   ADP,


Describe the difference between subscripting and indexing ?

2 Answers  


01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.

15 Answers   ACS,


Categories