how we rectify soc4 and soc7 error in project(need real time
answer)? please reply
Answers were Sorted based on User's Feedback
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 |
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 |
what is subscript in cobol?give realtime example?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
S9(5)V9(2) occupies how many bytes memory ?
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
which generation language is cobol
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
How many bytes S(8) comp field occupy and its maximum value?
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the cobol coding sheets?
what happens if we dont close cursor in db2-cobol pgm?
How do we get current date from system with century in COBOL?