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
How do define dynamic array in cobol.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Write the code to count the sum of n natural numbers.
Define static linking and dynamic linking.
What is comp-1 and comp-2?
How do get the result of your program directly on your pc?
A table has two indexes defined. Which one will be used by the SEARCH?
What is report-item in COBOL?
What is redefines clause in COBOL?
What are the different open modes available in cobol?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Write down the divisions of cobol program?