how we rectify soc4 and soc7 error in project(need real time
answer)? please reply
Answer Posted / 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 |
Post New Answer View All Answers
Can we change the password using ALTER? anyone tried and changed?
how do you reference the printer file formats from cobol programs
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are declaratives and what are their uses in cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are different data types in cobol?
Which mode is used to operate the sequential file?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the difference between comp and comp-3?
how do you reference the variable block file formats from cobol programs
I have a File that has duplicate records. I need only those records that occur more than thrice.?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is redefines clause in COBOL?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
A table has two indexes defined. Which one will be used by the SEARCH?