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 LINKAGE SECTION used in COBOL?
) what is the difference between AID and HANDLE AID?
What is the problem of ordered sequential files access?
Which is not true about evaluate statement
What is the difference between Global and External Variables?
Name the sections present in data division.
What is difference between static and dynamic call in cobol?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Name the divisions, which are available in a cobol program?
Write a program to enter and display the names of students in a class using the occurs clause.
What are the different rules for performing sort operation?
What is a scope terminator give example?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What guidelines should be followed to write a structured cobol prgm?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?