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
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the usage of comp fields in cobol?
What is report-item in COBOL?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How to remove 2 duplicate records and copy only one using job control language?
) how do u code after getting data?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
HOw can I get the negative sign while deduct high value from low value
What is the difference between goback, stop run and exit program in cobol?
How arrays can be defined in COBOL?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
When is inspect verb is used in cobol?