How to resolve the soc4 & soc7
other than following answers.
Soc4 can resolved using mispleed dd name and dd name is not
matching with file
and soc7 check the sysdump and copy the offest address then
correct it in the program.
Answer Posted / arun singh
GEnerelly soc-7 occours due to data mismatch it means if u
are placing numeric data in alphabetic field. It can be
resolved by coading PARM=TEST(SYM)
and you will get the local variable whose value you have
given wrong.
| Is This Answer Correct ? | 16 Yes | 8 No |
Post New Answer View All Answers
How do u write test cases?
What is the difference between Call and a Link?
How to print 10 to 1 if the input have only 10 digit number?
For rewrite, why is it mandatory that file needs to be opened?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Name the sections present in data division.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the problem of ordered sequential files access?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the local-storage section?
What is length is cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Which division and paragraphs are mandatory for a COBOL program?
Define static linking and dynamic linking.